
INCLUDE(PackageAddExecutableAndTest)

ASSERT_DEFINED(${PACKAGE_NAME}_ENABLE_MUMPS)
IF (${PACKAGE_NAME}_ENABLE_MUMPS)

  PACKAGE_ADD_EXECUTABLE_AND_TEST(
    Test_MUMPS
    SOURCES cxx_main.cpp
    NUM_MPI_PROCS 4
    COMM serial mpi
    )

ENDIF()

