diff options
author | Brad King <brad.king@kitware.com> | 2015-07-15 13:05:40 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-07-15 13:05:40 (GMT) |
commit | 7054df7df2925f327be1b6003b6b415fed3a5903 (patch) | |
tree | 45a1eb77d898ee2fa2ecfe9fb2c79930eae3d150 /Tests/RunCMake/while/MissingArgument.cmake | |
parent | 94755bd34ddd79630f4908b8a9a2e7f002f95800 (diff) | |
parent | e5ca59b456d3a1a51d0b5387ec9d04a51beaa0be (diff) | |
download | CMake-7054df7df2925f327be1b6003b6b415fed3a5903.zip CMake-7054df7df2925f327be1b6003b6b415fed3a5903.tar.gz CMake-7054df7df2925f327be1b6003b6b415fed3a5903.tar.bz2 |
Merge topic 'tests-no-match-full-path'
e5ca59b4 Tests: Move command failure cases into RunCMake infrastructure
0699e0d3 Tests: Move CTestTestConfigFileInBuildDir into RunCMake.ctest_start
Diffstat (limited to 'Tests/RunCMake/while/MissingArgument.cmake')
-rw-r--r-- | Tests/RunCMake/while/MissingArgument.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/while/MissingArgument.cmake b/Tests/RunCMake/while/MissingArgument.cmake new file mode 100644 index 0000000..32eaa26 --- /dev/null +++ b/Tests/RunCMake/while/MissingArgument.cmake @@ -0,0 +1 @@ +while() |