From: Arnaud Giersch Date: Fri, 1 Feb 2019 20:40:35 +0000 (+0100) Subject: Remove last references to testall. X-Git-Tag: v3_22~417^2~5 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/695e4a1a49dbc7a56e1ad1f885796633ef1404b3?hp=3db6ffb6cb2397b46f85c5b5198f31da0827927c Remove last references to testall. --- diff --git a/.gitignore b/.gitignore index 34c3dfa42a..3009272ddc 100644 --- a/.gitignore +++ b/.gitignore @@ -939,7 +939,6 @@ teshsuite/xbt/mmalloc/mmalloc_test teshsuite/xbt/parallel_log_crashtest/parallel_log_crashtest teshsuite/xbt/parmap_bench/parmap_bench teshsuite/xbt/parmap_test/parmap_test -testall unit-tests ######################################### ## files touched to track the dependencies of java examples diff --git a/tools/cmake/Tests.cmake b/tools/cmake/Tests.cmake index 7bc08675e5..8f40b96cf3 100644 --- a/tools/cmake/Tests.cmake +++ b/tools/cmake/Tests.cmake @@ -120,8 +120,6 @@ 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 src/xbt/config_test.cpp