diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-13 17:57:24 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-13 17:57:24 (GMT) |
commit | 4a390c174cb4e96963b0f1392828f1f1da70c61f (patch) | |
tree | 43f038f99605da1ef3221b61cee70d0f6dec35db /Source/kwsys/testCommandLineArguments.cxx | |
parent | 3778d89cb907b9283c86a0e74be8dd4b9118ba5e (diff) | |
download | CMake-4a390c174cb4e96963b0f1392828f1f1da70c61f.zip CMake-4a390c174cb4e96963b0f1392828f1f1da70c61f.tar.gz CMake-4a390c174cb4e96963b0f1392828f1f1da70c61f.tar.bz2 |
ENH: Do kwsys testing as part of cmake testing, command line arguments are not experimental and add simple test for systemtools
Diffstat (limited to 'Source/kwsys/testCommandLineArguments.cxx')
-rw-r--r-- | Source/kwsys/testCommandLineArguments.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/kwsys/testCommandLineArguments.cxx b/Source/kwsys/testCommandLineArguments.cxx index 99b45c0..5ae0131 100644 --- a/Source/kwsys/testCommandLineArguments.cxx +++ b/Source/kwsys/testCommandLineArguments.cxx @@ -11,9 +11,10 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#include <kwsys/CommandLineArguments.hxx> +#include "kwsysPrivate.h" -#include <kwsys/ios/iostream> +#include KWSYS_HEADER(CommandLineArguments.hxx) +#include KWSYS_HEADER(ios/iostream) void* random_ptr = (void*)0x123; |