From 8b61104cb2a3200a2d0b7ff5d0024c88f50d8afb Mon Sep 17 00:00:00 2001 From: Stephane Del Pino <stephane.delpino44@gmail.com> Date: Sun, 27 Oct 2024 09:55:48 +0100 Subject: [PATCH] Displace checkpointing test of SetResumeFrom in unit_tests --- tests/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 57b3d1be1..6a7c235ff 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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) -- GitLab