Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
Commandline options for our unittest test-suite executable.
Definition in file testoption.hpp.
#include "lib/cmdline.hpp"
#include "lib/nocopy.hpp"
#include <string>
#include <iostream>
#include <boost/program_options.hpp>
#include <boost/utility.hpp>
Classes | |
class | TestOption |
Support for selecting and configuring testcases via commandline arguments. More... | |
Functions | |
ostream & | operator<< (ostream &os, const TestOption &to) |
for outputting the help messages. More... | |
ostream & operator<< | ( | ostream & | os, |
const TestOption & | to | ||
) |
for outputting the help messages.
Forward accumulated help messages from all contained option definitions
Definition at line 134 of file testoption.cpp.