Generated on Thu Mar 22 10:39:48 2012 for Gecode by doxygen 1.6.3

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

namespace  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.
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

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.