diff options
author | Alex Merry <alex.merry@kde.org> | 2015-05-16 14:06:34 +0100 |
---|---|---|
committer | Alex Merry <alex.merry@kde.org> | 2015-05-16 14:09:36 +0100 |
commit | 70b13693478b296b8a3cd1654baa8013434358c5 (patch) | |
tree | 6a82d1acbdd48c76ab94b1aa4921696aef3bf4e1 /tests/ECMAddTests/multi_tests/test11.cpp | |
parent | 0c224194ea7f12eaed32af746fc9138537f1919c (diff) | |
download | extra-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/test11.cpp')
-rw-r--r-- | tests/ECMAddTests/multi_tests/test11.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/ECMAddTests/multi_tests/test11.cpp b/tests/ECMAddTests/multi_tests/test11.cpp deleted file mode 100644 index 82641bbc..00000000 --- a/tests/ECMAddTests/multi_tests/test11.cpp +++ /dev/null @@ -1,8 +0,0 @@ -#include "testhelper.h" - -int main() -{ - make_test_file("test11.txt"); - return 0; -} - |