Skip to content
Snippets Groups Projects
Commit 8b61104c authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Displace checkpointing test of SetResumeFrom in unit_tests

parent 2dba22b9
No related branches found
No related tags found
1 merge request!199Integrate checkpointing
......@@ -4,9 +4,11 @@ include_directories(${PUGS_SOURCE_DIR}/src)
include_directories(${PUGS_BINARY_DIR}/src)
include_directories(${PUGS_SOURCE_DIR}/tests)
# These should enventually integrate parallel tests
set(checkpointing_sequential_TESTS
# this one should enventually integrate parallel tests
test_checkpointing_Checkpoint_sequential.cpp
test_checkpointing_SetResumeFrom.cpp
)
add_executable (unit_tests
......@@ -169,7 +171,6 @@ add_executable (unit_tests
test_checkpointing_PrintScriptFrom.cpp
test_checkpointing_ResumingManager.cpp
test_checkpointing_ResumingUtils.cpp
test_checkpointing_SetResumeFrom.cpp
)
if(PUGS_HAS_HDF5)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment