summaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
authorTim Landscheidt <tim@tim-landscheidt.de>2019-01-22 15:23:44 +0000
committerTim Landscheidt <tim@tim-landscheidt.de>2019-01-22 15:38:40 +0000
commit52439c2d762f34f4823f0c1178131dc8ad8b03c4 (patch)
tree9ea6039f545014763fbe152aca285e27f8fd85e0 /test/unit
parent53f4035a2f4a6f33b447ce3658c4dc062058c422 (diff)
downloadfork-ledger-52439c2d762f34f4823f0c1178131dc8ad8b03c4.tar.gz
fork-ledger-52439c2d762f34f4823f0c1178131dc8ad8b03c4.tar.bz2
fork-ledger-52439c2d762f34f4823f0c1178131dc8ad8b03c4.zip
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.
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
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()