Changeset 975 for trunk/test
- Timestamp:
- Oct 17, 2007, 11:03:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/commandline_test.cc
r965 r975 24 24 #include "yat/utility/CommandLine.h" 25 25 #include "yat/utility/OptionArg.h" 26 #include "yat/utility/OptionFile.h" 26 27 #include "yat/utility/OptionSwitch.h" 27 28 … … 61 62 } 62 63 64 CommandLine cmd; 65 OptionFile file(cmd, "f,file", "description"); 66 63 67 if (!ok) 64 68 *error << "commandline test failed" << std::endl;
Note: See TracChangeset
for help on using the changeset viewer.