Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
7195ec92
Commit
7195ec92
authored
Jun 11, 2015
by
Brad King
💬
Browse files
Tests: Extend RunCMake.CommandLine to cover --build with no arg
parent
31ce82d4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Tests/RunCMake/CommandLine/RunCMakeTest.cmake
View file @
7195ec92
...
...
@@ -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
...
...
Tests/RunCMake/CommandLine/build-no-dir-result.txt
0 → 100644
View file @
7195ec92
1
Tests/RunCMake/CommandLine/build-no-dir-stderr.txt
0 → 100644
View file @
7195ec92
^Usage: cmake --build <dir> \[options\] \[-- \[native-options\]\]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment