aboutsummaryrefslogtreecommitdiff
path: root/tests/KDEInstallDirsTest/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/KDEInstallDirsTest/CMakeLists.txt')
-rw-r--r--tests/KDEInstallDirsTest/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/KDEInstallDirsTest/CMakeLists.txt b/tests/KDEInstallDirsTest/CMakeLists.txt
new file mode 100644
index 00000000..ad3febe5
--- /dev/null
+++ b/tests/KDEInstallDirsTest/CMakeLists.txt
@@ -0,0 +1,7 @@
+file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/not_cache_variable)
+
+add_test(
+ NAME KDEInstallDirs_not_cache_variable
+ WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/not_cache_variable
+ COMMAND "${CMAKE_COMMAND}" "${CMAKE_CURRENT_SOURCE_DIR}/not_cache_variable"
+ )