summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/WriteCompilerDetectionHeader/RunCMakeTest.cmake
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-10-30 23:41:53 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-11-24 20:54:41 (GMT)
commit4cf5179c77237f3eb56f85eddebc43895691694c (patch)
tree4ab200eaf6c05ccd098eeb0f1101c0c6e2745c89 /Tests/RunCMake/WriteCompilerDetectionHeader/RunCMakeTest.cmake
parent2ed0088b2abc591bb5ba6b4a13ee9997231883eb (diff)
downloadCMake-4cf5179c77237f3eb56f85eddebc43895691694c.zip
CMake-4cf5179c77237f3eb56f85eddebc43895691694c.tar.gz
CMake-4cf5179c77237f3eb56f85eddebc43895691694c.tar.bz2
WCDH: Make it possible to generate multiple files.
Extend the write_compiler_detection_header interface to allow specifying a location for supplementary files, and getting the list of resulting files as a variable.
Diffstat (limited to 'Tests/RunCMake/WriteCompilerDetectionHeader/RunCMakeTest.cmake')
-rw-r--r--Tests/RunCMake/WriteCompilerDetectionHeader/RunCMakeTest.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/WriteCompilerDetectionHeader/RunCMakeTest.cmake b/Tests/RunCMake/WriteCompilerDetectionHeader/RunCMakeTest.cmake
index 6dded44..a834e6d 100644
--- a/Tests/RunCMake/WriteCompilerDetectionHeader/RunCMakeTest.cmake
+++ b/Tests/RunCMake/WriteCompilerDetectionHeader/RunCMakeTest.cmake
@@ -12,3 +12,7 @@ run_cmake(InvalidFeature)
run_cmake(InvalidCXXFeature)
run_cmake(EmptyPrefix)
run_cmake(InvalidPrefix)
+run_cmake(MultiNoOutdir)
+run_cmake(MultiNoOutFileVar)
+set(NO_CACHE TRUE)
+run_cmake(MultiBadOutDir)