168 PGTESTXX_VERSION
"\n" 169 "usage: pgtestxx [-all] [-handle]" "\n" 170 " or: pgtestxx --help|-h" "\n" 177 "-all run all tests" "\n" 178 "-handle test Handle class template" "\n" 182 using namespace tfxx::cmdline;
183 static Declare options[]=
188 {
"verbose",arg_no,
"-"},
190 {
"handle",arg_no,
"-"},
199 cerr << usage_text << endl;
204 Commandline cmdline(iargc, argv, options);
207 if (cmdline.optset(0))
209 cerr << usage_text << endl;
210 cerr << help_text << endl;
239 cout << PGTESTXX_VERSION << endl;
240 if (cmdline.optset(2) || cmdline.optset(3)) {
testhandle(); }
const char *const usage_escape_sequences
usage text for escape sequences
void testhandle()
Test handles.