Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv examples/platforms/trace examples/platforms/profiles
[simgrid.git] / tools / cmake / Tests.cmake
index 9122e24..107579e 100644 (file)
@@ -120,12 +120,13 @@ IF(SIMGRID_HAVE_LUA)
   SET_TESTS_PROPERTIES(lua-platform-masterslave    PROPERTIES ENVIRONMENT "LUA_CPATH=${CMAKE_BINARY_DIR}/lib/lib?.${LIB_EXE}")
 ENDIF()
 
-ADD_TEST(testall                                 ${CMAKE_BINARY_DIR}/testall)
-
 # New tests should use the Catch Framework
-set(UNIT_TESTS  src/surf/trace_mgr_test.cpp
+set(UNIT_TESTS  src/xbt/unit-tests_main.cpp
+                src/kernel/resource/profile/trace_mgr_test.cpp
+                src/xbt/config_test.cpp
                 src/xbt/dict_test.cpp
-                src/xbt/dynar_test.cpp)
+                src/xbt/dynar_test.cpp
+                src/xbt/xbt_str_test.cpp)
 if (SIMGRID_HAVE_MC)
   set(UNIT_TESTS ${UNIT_TESTS} src/mc/sosp/mc_snapshot_test.cpp src/mc/sosp/PageStore_test.cpp)
 else()