X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c57842fe897f53b46f0be3da87f7c996674be7d6..3d602b8ba51ba42a97797be3b44437df20c9de2c:/buildtools/Cmake/UnitTesting.cmake diff --git a/buildtools/Cmake/UnitTesting.cmake b/buildtools/Cmake/UnitTesting.cmake index 56d60b3a66..2435bf64ef 100644 --- a/buildtools/Cmake/UnitTesting.cmake +++ b/buildtools/Cmake/UnitTesting.cmake @@ -30,12 +30,12 @@ set(TEST_UNITS if(HAVE_MC) set(TEST_CFILES ${TEST_CFILES} - src/mc/mc_page_store.cpp - src/mc/mc_snapshot.c + src/mc/PageStore.cpp + src/mc/mc_snapshot.cpp ) set(TEST_UNITS ${TEST_UNITS} - ${CMAKE_CURRENT_BINARY_DIR}/src/mc_page_store_unit.cpp - ${CMAKE_CURRENT_BINARY_DIR}/src/mc_snapshot_unit.c + ${CMAKE_CURRENT_BINARY_DIR}/src/PageStore_unit.cpp + ${CMAKE_CURRENT_BINARY_DIR}/src/mc_snapshot_unit.cpp ) endif() @@ -69,5 +69,3 @@ if(NOT WIN32) else() target_link_libraries(testall simgrid) endif() - -add_dependencies(testall ${TEST_UNITS}) \ No newline at end of file