diff options
author | Brad King <brad.king@kitware.com> | 2015-06-11 19:40:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-06-11 19:58:52 (GMT) |
commit | 7195ec92b2f34ef16ff1382fb00f527a3609f3bf (patch) | |
tree | e28ca5e0ea4a342ca18b4cce522acc95432856a0 /Tests | |
parent | 31ce82d46d4150d0726929c8e37546bf84ead673 (diff) | |
download | CMake-7195ec92b2f34ef16ff1382fb00f527a3609f3bf.zip CMake-7195ec92b2f34ef16ff1382fb00f527a3609f3bf.tar.gz CMake-7195ec92b2f34ef16ff1382fb00f527a3609f3bf.tar.bz2 |
Tests: Extend RunCMake.CommandLine to cover --build with no arg
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/RunCMake/CommandLine/RunCMakeTest.cmake | 2 | ||||
-rw-r--r-- | Tests/RunCMake/CommandLine/build-no-dir-result.txt | 1 | ||||
-rw-r--r-- | Tests/RunCMake/CommandLine/build-no-dir-stderr.txt | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/CommandLine/RunCMakeTest.cmake b/Tests/RunCMake/CommandLine/RunCMakeTest.cmake index 69beed9..416b94e 100644 --- a/Tests/RunCMake/CommandLine/RunCMakeTest.cmake +++ b/Tests/RunCMake/CommandLine/RunCMakeTest.cmake @@ -22,6 +22,8 @@ run_cmake_command(G_bad-arg ${CMAKE_COMMAND} -G NoSuchGenerator) run_cmake_command(P_no-arg ${CMAKE_COMMAND} -P) run_cmake_command(P_no-file ${CMAKE_COMMAND} -P nosuchscriptfile.cmake) +run_cmake_command(build-no-dir + ${CMAKE_COMMAND} --build) run_cmake_command(build-no-cache ${CMAKE_COMMAND} --build ${RunCMake_SOURCE_DIR}) run_cmake_command(build-no-generator diff --git a/Tests/RunCMake/CommandLine/build-no-dir-result.txt b/Tests/RunCMake/CommandLine/build-no-dir-result.txt new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/Tests/RunCMake/CommandLine/build-no-dir-result.txt @@ -0,0 +1 @@ +1 diff --git a/Tests/RunCMake/CommandLine/build-no-dir-stderr.txt b/Tests/RunCMake/CommandLine/build-no-dir-stderr.txt new file mode 100644 index 0000000..8d518f6 --- /dev/null +++ b/Tests/RunCMake/CommandLine/build-no-dir-stderr.txt @@ -0,0 +1 @@ +^Usage: cmake --build <dir> \[options\] \[-- \[native-options\]\] |