diff options
Diffstat (limited to 'Source/kwsys/testCommandLineArguments.cxx')
-rw-r--r-- | Source/kwsys/testCommandLineArguments.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/testCommandLineArguments.cxx b/Source/kwsys/testCommandLineArguments.cxx index 8a2a3ad..dba4eb0 100644 --- a/Source/kwsys/testCommandLineArguments.cxx +++ b/Source/kwsys/testCommandLineArguments.cxx @@ -58,7 +58,7 @@ bool CompareTwoItemsOnList(const char* i1, bool CompareTwoItemsOnList(const kwsys_stl::string& i1, const kwsys_stl::string& i2) { return i1 == i2; } -int main(int argc, char* argv[]) +int testCommandLineArguments(int argc, char* argv[]) { // Example run: ./testCommandLineArguments --some-int-variable 4 // --another-bool-variable --some-bool-variable=yes |