aboutsummaryrefslogtreecommitdiff
path: root/tests/ECMAddTests/CMakeLists.txt
diff options
context:
space:
mode:
authorAlex Merry <alex.merry@kde.org>2015-05-11 13:56:28 +0100
committerAlex Merry <alex.merry@kde.org>2015-05-13 19:22:25 +0100
commit0c224194ea7f12eaed32af746fc9138537f1919c (patch)
treeacd667f840cc3db01152120505b351d84b496098 /tests/ECMAddTests/CMakeLists.txt
parent1b636b43d2bf4dca0332a2e2b36affa67fbe1e0b (diff)
downloadextra-cmake-modules-0c224194ea7f12eaed32af746fc9138537f1919c.tar.gz
extra-cmake-modules-0c224194ea7f12eaed32af746fc9138537f1919c.tar.bz2
Add PROPERTIES argument to ecm_add_test and ecm_add_tests.
This is particularly useful with ecm_add_tests, where you may want to force a suite of tests to run in serial, or alter the timeout for multiple tests at once. BUG: 345797 REVIEW: 123722
Diffstat (limited to 'tests/ECMAddTests/CMakeLists.txt')
-rw-r--r--tests/ECMAddTests/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ECMAddTests/CMakeLists.txt b/tests/ECMAddTests/CMakeLists.txt
index e77b33f9..b31934d4 100644
--- a/tests/ECMAddTests/CMakeLists.txt
+++ b/tests/ECMAddTests/CMakeLists.txt
@@ -34,6 +34,7 @@ add_check(single_tests
test4.txt
test5.txt
test6.txt
+ test7.txt
)
add_check(multi_tests
test1.txt
@@ -45,5 +46,7 @@ add_check(multi_tests
test7.txt
test8.txt
test9.txt
+ test10.txt
+ test11.txt
)