From 52439c2d762f34f4823f0c1178131dc8ad8b03c4 Mon Sep 17 00:00:00 2001 From: Tim Landscheidt Date: Tue, 22 Jan 2019 15:23:44 +0000 Subject: Do not set dependencies for target check The set_target_properties() commands themselves do not cause the tests to run if the target check is made, and as the target check executes ctest, all tests will be run anyway. --- test/unit/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/unit') diff --git a/test/unit/CMakeLists.txt b/test/unit/CMakeLists.txt index 9cacb4e7..3611b00a 100644 --- a/test/unit/CMakeLists.txt +++ b/test/unit/CMakeLists.txt @@ -20,7 +20,4 @@ if (BUILD_LIBRARY) target_link_libraries(MathTests ${PYTHON_LIBRARIES}) endif() add_ledger_test(MathTests) - - set_target_properties(check PROPERTIES DEPENDS LedgerUtilTests) - set_target_properties(check PROPERTIES DEPENDS LedgerMathTests) endif() -- cgit v1.2.3