diff options
author | Brad King <brad.king@kitware.com> | 2003-07-24 14:58:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-07-24 14:58:40 (GMT) |
commit | 08441daded83d314c95016b1a6f7bb047b85e0f2 (patch) | |
tree | 9ced40f442855405d882bc06c2a3c494475a314d /Tests/CommandLineTest/CommandLineTest.cxx | |
parent | 1a0ca7264885f953a8adbe90ae5d6b9dfdf9142c (diff) | |
download | CMake-08441daded83d314c95016b1a6f7bb047b85e0f2.zip CMake-08441daded83d314c95016b1a6f7bb047b85e0f2.tar.gz CMake-08441daded83d314c95016b1a6f7bb047b85e0f2.tar.bz2 |
ENH: Added CommandLineTest to add coverage for command line arguments to cmake executables. This replaces the old DumpDocumentation test.
Diffstat (limited to 'Tests/CommandLineTest/CommandLineTest.cxx')
-rw-r--r-- | Tests/CommandLineTest/CommandLineTest.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/CommandLineTest/CommandLineTest.cxx b/Tests/CommandLineTest/CommandLineTest.cxx new file mode 100644 index 0000000..f8b643a --- /dev/null +++ b/Tests/CommandLineTest/CommandLineTest.cxx @@ -0,0 +1,4 @@ +int main() +{ + return 0; +} |