Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Convert the unit tests of xbt::config to Catch2.
[simgrid.git] / tools / cmake / UnitTesting.cmake
index 1ac344d..93a7d77 100644 (file)
@@ -6,7 +6,6 @@
 
 set(FILES_CONTAINING_UNITTESTS
   src/xbt/cunit.cpp
-  src/xbt/config.cpp
 )
 
 ####  Nothing to change below this line to add a new tested file