diff options
author | Brad King <brad.king@kitware.com> | 2015-04-13 13:05:14 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-04-13 13:05:14 (GMT) |
commit | 341b8953b1730f192f849640b4deeef404583df3 (patch) | |
tree | 21488dda2edb5d291fd040970196f7a18046c890 /Tests/RunCMake/CommandLine/NoArgs-stdout.txt | |
parent | bf5028f88dda612fbc63217cbd9ab06674fefacb (diff) | |
parent | 4e039a9a9814fd13142ae2c9876420ddf2414b8e (diff) | |
download | CMake-341b8953b1730f192f849640b4deeef404583df3.zip CMake-341b8953b1730f192f849640b4deeef404583df3.tar.gz CMake-341b8953b1730f192f849640b4deeef404583df3.tar.bz2 |
Merge topic 'move-command-line-tests'
4e039a9a Tests: Move more command line tests into RunCMake.CommandLine
Diffstat (limited to 'Tests/RunCMake/CommandLine/NoArgs-stdout.txt')
-rw-r--r-- | Tests/RunCMake/CommandLine/NoArgs-stdout.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Tests/RunCMake/CommandLine/NoArgs-stdout.txt b/Tests/RunCMake/CommandLine/NoArgs-stdout.txt new file mode 100644 index 0000000..1cd3469 --- /dev/null +++ b/Tests/RunCMake/CommandLine/NoArgs-stdout.txt @@ -0,0 +1,10 @@ +^Usage + + cmake \[options\] <path-to-source> + cmake \[options\] <path-to-existing-build> + +Specify a source directory to \(re-\)generate a build system for it in the +current working directory. Specify an existing build directory to +re-generate its build system. + +Run 'cmake --help' for more information.$ |