From 695e4a1a49dbc7a56e1ad1f885796633ef1404b3 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 1 Feb 2019 21:40:35 +0100 Subject: [PATCH 1/1] Remove last references to testall. --- .gitignore | 1 - tools/cmake/Tests.cmake | 2 -- 2 files changed, 3 deletions(-) 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 -- 2.20.1