X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/27b0c1ee1d85c53f1d11bb2b8e539cd76e4cf437..60a863f94218ae22d06f30074f6cdfd289d81e0a:/tools/cmake/UnitTesting.cmake diff --git a/tools/cmake/UnitTesting.cmake b/tools/cmake/UnitTesting.cmake index f07898fc8c..8586a3fc32 100644 --- a/tools/cmake/UnitTesting.cmake +++ b/tools/cmake/UnitTesting.cmake @@ -6,20 +6,12 @@ set(FILES_CONTAINING_UNITTESTS src/xbt/cunit.cpp - src/xbt/ex.cpp src/xbt/dynar.cpp src/xbt/dict.cpp src/xbt/xbt_str.cpp 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 ################################################################