diff options
author | Alex Neundorf <neundorf@kde.org> | 2011-12-18 21:24:11 +0100 |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2011-12-18 21:24:11 +0100 |
commit | fe76108ad56f0481c80afbf42791a106d7b038ca (patch) | |
tree | 4d3367c1e20d4215559321ccbdf340ecc3da622d /tests/ExecuteAllModules/main.c | |
parent | 9e2e47d30d7a566423a91f1a12e832be0b3948fd (diff) | |
download | extra-cmake-modules-fe76108ad56f0481c80afbf42791a106d7b038ca.tar.gz extra-cmake-modules-fe76108ad56f0481c80afbf42791a106d7b038ca.tar.bz2 |
-enable testing
-add test ExecuteAllModules, which is the same as FindModulesExecuteAll in CMake: include (and execute) all *cmake files, to make sure they are not completely broken
Alex
Diffstat (limited to 'tests/ExecuteAllModules/main.c')
-rw-r--r-- | tests/ExecuteAllModules/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ExecuteAllModules/main.c b/tests/ExecuteAllModules/main.c new file mode 100644 index 00000000..c13815ce --- /dev/null +++ b/tests/ExecuteAllModules/main.c @@ -0,0 +1,4 @@ +int main() +{ + return 0; +} |