Remove the separately compiled test for Benchmarking Macros

Thanks to the changes to compilation model, the tests for benchmarking
macros have been made part of the normal test run. This means that
the only purpose these separately compiled tests served was to waste
CI time.
This commit is contained in:
Martin Hořeňovský
2020-02-18 13:48:34 +01:00
parent c745adb81c
commit a1be19aa1b
3 changed files with 1 additions and 140 deletions

View File

@@ -123,6 +123,7 @@ endif()
add_test(NAME RunTests COMMAND $<TARGET_FILE:SelfTest>)
set_tests_properties(RunTests PROPERTIES
FAIL_REGULAR_EXPRESSION "Filters:"
COST 60
)
# Because CTest does not allow us to check both return code _and_ expected