|
xrootd
|
#include <cppunit/CompilerOutputter.h>#include <cppunit/ui/text/TestRunner.h>#include <cppunit/extensions/HelperMacros.h>#include <dlfcn.h>#include "PathProcessor.hh"
Functions | |
| void | printTests (const CppUnit::Test *t, std::string prefix="") |
| CppUnit::Test * | findTest (CppUnit::Test *t, const std::string &test) |
| int | main (int argc, char **argv) |
| CppUnit::Test* findTest | ( | CppUnit::Test * | t, |
| const std::string & | test | ||
| ) |
References eos::PathProcessor::splitPath().
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
References findTest(), and printTests().
| void printTests | ( | const CppUnit::Test * | t, |
| std::string | prefix = "" |
||
| ) |
Referenced by main().
1.8.3.1