From fe76108ad56f0481c80afbf42791a106d7b038ca Mon Sep 17 00:00:00 2001 From: Alex Neundorf Date: Sun, 18 Dec 2011 21:24:11 +0100 Subject: -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 --- tests/ExecuteAllModules/main.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/ExecuteAllModules/main.c (limited to 'tests/ExecuteAllModules/main.c') 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; +} -- cgit v1.2.1