Generated on Sat Jan 12 2019 20:58:51 for Gecode by doxygen 1.8.13
test.cpp File Reference
#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.
 

Enumerations

enum  Test::MatchType { Test::MT_ANY, Test::MT_NOT, Test::MT_FIRST }
 How to match. More...
 

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< MatchType, const char * > > Test::testpat
 
const char * Test::startFrom = NULL
 
bool Test::list = false
 

Function Documentation

◆ main()

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

Definition at line 208 of file test.cpp.

◆ operator<<()

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

Definition at line 284 of file test.cpp.