Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
unit test file names changed.
authoronesphore <ndayishimiye.o@husky.neu.edu>
Tue, 26 Jun 2018 11:59:49 +0000 (13:59 +0200)
committeronesphore <ndayishimiye.o@husky.neu.edu>
Tue, 26 Jun 2018 11:59:49 +0000 (13:59 +0200)
src/mc/snapshot/unitTest/PageStore_unit.cpp [moved from src/mc/snapshot/unitTest/PageStore_unit_BOOST.cpp with 100% similarity]
src/mc/snapshot/unitTest/mc_snapshot_unit.cpp [moved from src/mc/snapshot/unitTest/mc_snapshot_unit_BOOST.cpp with 100% similarity]
tools/cmake/Tests.cmake

index 01a5e7d..9a493e8 100644 (file)
@@ -102,7 +102,7 @@ if(Boost_UNIT_TEST_FRAMEWORK_FOUND)
           )
   if (SIMGRID_HAVE_MC)
     # snapshot
           )
   if (SIMGRID_HAVE_MC)
     # snapshot
-    add_executable       (unit_snapshot src/mc/snapshot/unitTest/mc_snapshot_unit_BOOST.cpp)
+    add_executable       (unit_snapshot src/mc/snapshot/unitTest/mc_snapshot_unit.cpp)
     target_link_libraries(unit_snapshot simgrid boost_unit_test_framework)
     ADD_TEST(unit_snapshot ${CMAKE_BINARY_DIR}/unit_snapshot --build_info=yes)
     set_property(
     target_link_libraries(unit_snapshot simgrid boost_unit_test_framework)
     ADD_TEST(unit_snapshot ${CMAKE_BINARY_DIR}/unit_snapshot --build_info=yes)
     set_property(
@@ -111,7 +111,7 @@ if(Boost_UNIT_TEST_FRAMEWORK_FOUND)
              INCLUDE_DIRECTORIES "${INTERNAL_INCLUDES}"
             )
     # PAGESTORE
              INCLUDE_DIRECTORIES "${INTERNAL_INCLUDES}"
             )
     # PAGESTORE
-    add_executable       (unit_PAGESTORE src/mc/snapshot/unitTest/PageStore_unit_BOOST.cpp)
+    add_executable       (unit_PAGESTORE src/mc/snapshot/unitTest/PageStore_unit.cpp)
     target_link_libraries(unit_PAGESTORE simgrid boost_unit_test_framework)
     ADD_TEST(unit_PAGESTORE ${CMAKE_BINARY_DIR}/unit_PAGESTORE --build_info=yes)
     set_property(
     target_link_libraries(unit_PAGESTORE simgrid boost_unit_test_framework)
     ADD_TEST(unit_PAGESTORE ${CMAKE_BINARY_DIR}/unit_PAGESTORE --build_info=yes)
     set_property(