summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testCommandLineArguments1.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-03-03 15:47:06 (GMT)
committerBrad King <brad.king@kitware.com>2007-03-03 15:47:06 (GMT)
commit0edbb68352475ae48dd31dde7384dd0816a8fb39 (patch)
tree24c06cb86f783cee05bd43508ba2d86414cc30d4 /Source/kwsys/testCommandLineArguments1.cxx
parent42e1ffb7f5ef5c8a570e08f4a587f34458172325 (diff)
downloadCMake-0edbb68352475ae48dd31dde7384dd0816a8fb39.zip
CMake-0edbb68352475ae48dd31dde7384dd0816a8fb39.tar.gz
CMake-0edbb68352475ae48dd31dde7384dd0816a8fb39.tar.bz2
ENH: Cleaned up KWSys tests to use test drivers.
Diffstat (limited to 'Source/kwsys/testCommandLineArguments1.cxx')
-rw-r--r--Source/kwsys/testCommandLineArguments1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/testCommandLineArguments1.cxx b/Source/kwsys/testCommandLineArguments1.cxx
index 26ec5f5..0a4b0d7 100644
--- a/Source/kwsys/testCommandLineArguments1.cxx
+++ b/Source/kwsys/testCommandLineArguments1.cxx
@@ -25,7 +25,7 @@
#include <string.h> /* strcmp */
-int main(int argc, char* argv[])
+int testCommandLineArguments1(int argc, char* argv[])
{
kwsys::CommandLineArguments arg;
arg.Initialize(argc, argv);