X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/079430e8e9a8c4d60400b43bc490276511840b2c..60a863f94218ae22d06f30074f6cdfd289d81e0a:/tools/cmake/UnitTesting.cmake diff --git a/tools/cmake/UnitTesting.cmake b/tools/cmake/UnitTesting.cmake index c1f0a6d82e..8586a3fc32 100644 --- a/tools/cmake/UnitTesting.cmake +++ b/tools/cmake/UnitTesting.cmake @@ -12,13 +12,6 @@ set(FILES_CONTAINING_UNITTESTS src/xbt/config.cpp ) -if(SIMGRID_HAVE_MC) - set(FILES_CONTAINING_UNITTESTS ${FILES_CONTAINING_UNITTESTS} - src/mc/PageStore.cpp - src/mc/mc_snapshot.cpp - ) -endif() - #### Nothing to change below this line to add a new tested file ################################################################