

TRIBITS_ADD_EXECUTABLE_AND_TEST(
  LAPACK_test  
  SOURCES cxx_main.cpp
  ARGS -v
  COMM serial mpi
  NUM_MPI_PROCS 1
  STANDARD_PASS_OUTPUT
  )
