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

Commandline options for our unittest test-suite executable. More...

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 <optional>
#include <boost/program_options.hpp>
#include <boost/utility.hpp>

Namespaces

namespace  test
 Test runner and basic definitions for tests.
 

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.