Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
testoption.cpp File Reference

Implementation of commandline parsing for the unittest test-suite. More...

Go to the source code of this file.

Description

Implementation of commandline parsing for the unittest test-suite.

Definition in file testoption.cpp.

#include "lib/error.hpp"
#include "lib/test/testoption.hpp"
#include "lib/test/suite.hpp"

Namespaces

namespace  test
 Test runner and basic definitions for tests.
 

Typedefs

typedef boost::program_options::options_description Syntax
 
typedef boost::program_options::variables_map VarMap
 

Functions

ostream & operator<< (ostream &os, const TestOption &to)
 for outputting the help messages.
 

Typedef Documentation

◆ Syntax

typedef boost::program_options::options_description Syntax

Definition at line 27 of file testoption.cpp.

◆ VarMap

typedef boost::program_options::variables_map VarMap

Definition at line 28 of file testoption.cpp.