test.cc File Reference
(Revision: 6266)
#include "test/test.hh"
#include <iostream>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <vector>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | Test |
Functions | |
void | Test::report_error (std::string name) |
int | main (int argc, char *argv[]) |
std::ostream & | operator<< (std::ostream &os, const Test::ind &i) |
Variables | |
std::ostringstream | Test::olog |
Stream used for logging. | |
Options | Test::opt |
The options. | |
std::vector< std::pair< bool, const char * > > | Test::testpat |
const char * | Test::startFrom = NULL |
bool | Test::list = false |
Function Documentation
std::ostream& operator<< | ( | std::ostream & | os, | |
const Test::ind & | i | |||
) | [related] |