From 5977afced396a62fb86eb178f13156588e3cfcd8 Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Mon, 2 Jun 2014 16:23:19 +0100 Subject: Reorganize tests Move the detailed testing of KDEInstallDirs from ExecuteKDEModules to a subdir of KDEInstallDirsTest. This is where you would expect to find it, and it also makes sure that other KDE modules are not affecting the test. This also makes the KDEInstallDirs/not_cache_variable regression test work the same way as the other tests, doing a double-configure and build. While not stricly necessary to catch the original issue, it does ensure that the problem does not appear when reconfiguring either. --- tests/KDEInstallDirsTest/not_cache_variable/main.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/KDEInstallDirsTest/not_cache_variable/main.c (limited to 'tests/KDEInstallDirsTest/not_cache_variable/main.c') diff --git a/tests/KDEInstallDirsTest/not_cache_variable/main.c b/tests/KDEInstallDirsTest/not_cache_variable/main.c new file mode 100644 index 00000000..c13815ce --- /dev/null +++ b/tests/KDEInstallDirsTest/not_cache_variable/main.c @@ -0,0 +1,4 @@ +int main() +{ + return 0; +} -- cgit v1.2.1