diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 57b3d1be1813a5c6879f08147f72d56849735112..6a7c235ffd1c118f88b60e39e8f81d13290add53 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)