Lumiera  0.pre.03
»edit your freedom«
testoption.hpp File Reference

Go to the source code of this file.

Description

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...
 

Function Documentation

◆ operator<<()

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.