X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c4de3b4124781ae066e774981efb0a6ef8c857ed..3442a69950afec6b4219e6d5a6b771fe03d3189a:/tools/cmake/Tests.cmake diff --git a/tools/cmake/Tests.cmake b/tools/cmake/Tests.cmake index 7bc08675e5..107579e647 100644 --- a/tools/cmake/Tests.cmake +++ b/tools/cmake/Tests.cmake @@ -120,10 +120,9 @@ 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