#include "test/test.hh"
#include <iostream>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <utility>
#include <vector>
Go to the source code of this file.
|
| namespace | Test |
| | General test support.
|
|
| void | Test::report_error (const std::string &name, unsigned int seed, Options &options, std::ostream &ostream) |
| bool | Test::run_test (Base *test, unsigned int test_seed, const Options &options, std::ostream &ostream) |
| | Run a single test, returning true iff the test succeeded.
|
| int | Test::run_tests (const std::vector< Base * > &tests, const Options &options) |
| | Run all the tests with the supplied options.
|
| int | Test::run_tests_parallel (const std::vector< Base * > &tests, const Options &options) |
| | Run all the tests with the supplied options i parallel.
|
| int | main (int argc, char *argv[]) |
| std::ostream & | operator<< (std::ostream &os, const Test::ind &i) |
◆ main()
| int main |
( |
int | argc, |
|
|
char * | argv[] ) |
|
related |
◆ operator<<()
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const Test::ind & | i ) |
|
related |