Generated on Sat Feb 7 2015 02:01:35 for Gecode by doxygen 1.8.9.1
test.cpp File Reference

(Revision: 8138)

#include "test/test.hh"
#include <iostream>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <vector>
#include <utility>

Go to the source code of this file.

Classes

class  Test::SortByName
 Sort tests by name. More...
 

Namespaces

 Test
 General test support.
 

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. More...
 
Options Test::opt
 The options. More...
 
std::vector< std::pair< bool, const char * > > Test::testpat
 
const char * Test::startFrom = NULL
 
bool Test::list = false
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)
related

Definition at line 202 of file test.cpp.

std::ostream& operator<< ( std::ostream &  os,
const Test::ind i 
)
related

Definition at line 275 of file test.cpp.