Definition at line 419 of file sfftest.cc.
References Options::debug, Options::extended, Options::internals, test_extended_functions(), test_internals(), test_line_functions(), test_read_file(), test_skip_trace(), test_verbose_functions(), test_waveform_normalizer(), test_write_file(), test_write_wrappers(), and Options::verbose.
425 "usage: sfftest [-D] [-v] [-x] [-i]" "\n" 426 " or: sfftest --help|-h" "\n" 432 "-D produce debug output" "\n" 433 "notice: you have to pass at least one dummy argument to make" "\n" 434 "the program run" "\n" 435 "-v test verbose output" "\n" 436 "-x test extended WIDX format" "\n" 437 "-i test library internals" "\n" 441 using namespace tfxx::cmdline;
442 static Declare options[]=
460 cerr << usage_text << endl;
465 Commandline cmdline(iargc, argv, options);
468 if (cmdline.optset(0))
470 cerr << usage_text << endl;
471 cerr << help_text << endl;
476 opt.
debug=cmdline.optset(1);
void test_extended_functions()
void test_write_wrappers()
void test_verbose_functions()
void test_line_functions()
void test_waveform_normalizer()
void test_read_file(const bool &debug)