Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove the old-style MC unit tests
[simgrid.git] / tools / cmake / UnitTesting.cmake
index f07898f..8586a3f 100644 (file)
@@ -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
 ################################################################