Generated on Tue Feb 11 2025 17:33:26 for Gecode by doxygen 1.12.0
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

namespace  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.
 
Options Test::opt
 The options.
 
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 283 of file test.cpp.