X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/428d2a22ebffacc0623193ad65defde27e6e7bc6..27110895ba96495128fa5299bbd55d5e564e8ad0:/tools/cmake/Tests.cmake diff --git a/tools/cmake/Tests.cmake b/tools/cmake/Tests.cmake index 01a5e7d0fc..aebf3146fd 100644 --- a/tools/cmake/Tests.cmake +++ b/tools/cmake/Tests.cmake @@ -102,7 +102,7 @@ if(Boost_UNIT_TEST_FRAMEWORK_FOUND) ) 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( @@ -111,7 +111,7 @@ if(Boost_UNIT_TEST_FRAMEWORK_FOUND) 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( @@ -119,6 +119,16 @@ if(Boost_UNIT_TEST_FRAMEWORK_FOUND) APPEND PROPERTY INCLUDE_DIRECTORIES "${INTERNAL_INCLUDES}" ) + # PAGESTORE_mod +# add_executable (unit_PAGESTORE_mod src/mc/snapshot/unitTest/PageStore_unit_mod.cpp) +# target_link_libraries(unit_PAGESTORE_mod simgrid boost_unit_test_framework) +# ADD_TEST(unit_PAGESTORE ${CMAKE_BINARY_DIR}/unit_PAGESTORE --build_info=yes) +# set_property( +# TARGET unit_PAGESTORE_mod +# APPEND PROPERTY +# INCLUDE_DIRECTORIES "${INTERNAL_INCLUDES}" +# ) +# endif()