aboutsummaryrefslogtreecommitdiff
path: root/tests/ECMAddTests/multi_tests/test10.cpp
diff options
context:
space:
mode:
authorAlex Merry <alex.merry@kde.org>2015-05-16 14:06:34 +0100
committerAlex Merry <alex.merry@kde.org>2015-05-16 14:09:36 +0100
commit70b13693478b296b8a3cd1654baa8013434358c5 (patch)
tree6a82d1acbdd48c76ab94b1aa4921696aef3bf4e1 /tests/ECMAddTests/multi_tests/test10.cpp
parent0c224194ea7f12eaed32af746fc9138537f1919c (diff)
downloadextra-cmake-modules-70b13693478b296b8a3cd1654baa8013434358c5.tar.gz
extra-cmake-modules-70b13693478b296b8a3cd1654baa8013434358c5.tar.bz2
Revert "Add PROPERTIES argument to ecm_add_test and ecm_add_tests."
This reverts commit 0c224194ea7f12eaed32af746fc9138537f1919c. Stephen Kelly pointed out that this is probably not the best approach to the problem, and runs counter to the direction KDE's CMake code has been going (splitting functions up and using CMake built-ins where possible). I have a better solution in mind, which I'll post a review for later. CCMAIL: kde-buildsystem@kde.org CCBUG: 345797
Diffstat (limited to 'tests/ECMAddTests/multi_tests/test10.cpp')
-rw-r--r--tests/ECMAddTests/multi_tests/test10.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/ECMAddTests/multi_tests/test10.cpp b/tests/ECMAddTests/multi_tests/test10.cpp
deleted file mode 100644
index a34a39df..00000000
--- a/tests/ECMAddTests/multi_tests/test10.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "testhelper.h"
-
-int main()
-{
- make_test_file("test10.txt");
- return 0;
-}
-