aboutsummaryrefslogtreecommitdiff
path: root/tests/ExecuteAllModules/main.c
diff options
context:
space:
mode:
authorAlex Merry <alex.merry@kde.org>2014-04-20 15:55:54 +0100
committerAlex Merry <alex.merry@kde.org>2014-04-25 10:43:53 +0100
commiteb8a168c7a184770019d7fcf1dd8ad1a0ba02c80 (patch)
tree361005973f794b22bab8ce0e4a51d8fd47c50e96 /tests/ExecuteAllModules/main.c
parentbef4cdd905980b2c8a45a50e2201678c1e4e38af (diff)
downloadextra-cmake-modules-eb8a168c7a184770019d7fcf1dd8ad1a0ba02c80.tar.gz
extra-cmake-modules-eb8a168c7a184770019d7fcf1dd8ad1a0ba02c80.tar.bz2
Split up module execution tests
Find module tests now use find_package(), and there is a version for when CMAKE_MODULE_PATH is set and a version for when ecm_use_find_modules() is used. KDE modules are also now tested. REVIEW 117658
Diffstat (limited to 'tests/ExecuteAllModules/main.c')
-rw-r--r--tests/ExecuteAllModules/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/ExecuteAllModules/main.c b/tests/ExecuteAllModules/main.c
deleted file mode 100644
index c13815ce..00000000
--- a/tests/ExecuteAllModules/main.c
+++ /dev/null
@@ -1,4 +0,0 @@
-int main()
-{
- return 0;
-}