Skip to content

Commit

Permalink
added to cmake but commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Mar 6, 2019
1 parent 91b9b3b commit d4b6831
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/cunit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ if (NOT PIO_USE_MPISERIAL)
add_executable (test_decomp_frame EXCLUDE_FROM_ALL test_decomp_frame.c test_common.c)
target_link_libraries (test_decomp_frame pioc)
if (PIO_USE_MALLOC)
add_executable (test_perf2 EXCLUDE_FROM_ALL test_perf2.c test_common.c)
target_link_libraries (test_perf2)
add_executable (test_darray_async_simple EXCLUDE_FROM_ALL test_darray_async_simple.c test_common.c)
target_link_libraries (test_darray_async_simple pioc)
add_executable (test_darray_async EXCLUDE_FROM_ALL test_darray_async.c test_common.c)
Expand Down Expand Up @@ -130,6 +132,7 @@ add_dependencies (tests test_decomps)
add_dependencies (tests test_darray_fill)
add_dependencies (tests test_decomp_frame)
if(PIO_USE_MALLOC)
# add_dependencies (tests test_perf2)
add_dependencies (tests test_darray_async_simple)
add_dependencies (tests test_darray_async)
add_dependencies (tests test_darray_async_many)
Expand Down Expand Up @@ -271,6 +274,10 @@ else ()
EXECUTABLE ${CMAKE_CURRENT_BINARY_DIR}/test_darray_async_simple
NUMPROCS ${AT_LEAST_FOUR_TASKS}
TIMEOUT ${DEFAULT_TEST_TIMEOUT})
# add_mpi_test(test_perf2
# EXECUTABLE ${CMAKE_CURRENT_BINARY_DIR}/test_perf2
# NUMPROCS ${AT_LEAST_FOUR_TASKS}
# TIMEOUT ${DEFAULT_TEST_TIMEOUT})
add_mpi_test(test_darray_async
EXECUTABLE ${CMAKE_CURRENT_BINARY_DIR}/test_darray_async
NUMPROCS ${AT_LEAST_FOUR_TASKS}
Expand Down

0 comments on commit d4b6831

Please sign in to comment.