27#include "../utility/PEBLPath.h"
28#include "../base/Evaluator.h"
29#include "../devices/PEventLoop.h"
40int main(
int argc,
char **argv)
45 cout <<
"\n\n\n==========================================================\n";
46 cout <<
"Testing the PEBLPath Class\n";
47 cout <<
"==========================================================\n";
51 cout <<
"==========================================================\n";
52 cout <<
"Adding directories to path\n";
53 cout <<
"==========================================================\n";
59 cout <<
"Looking for file Vera.ttf: [" << myPath.
FindFile(
"Vera.ttf") <<
"]\n";
60 cout <<
"Looking for file Uppercase.txt:[" << myPath.
FindFile(
"Uppercase.txt") <<
"]\n";
63 cout <<
"Looking for file Makefile: [" << myPath.
FindFile(
"Makefile") <<
"]\n";
64 cout <<
"Looking for file notafile.txt: [" << myPath.
FindFile(
"notafile.txt") <<
"]\n";
66 cout <<
"Finished" << endl;
int main(int argc, char **argv)
std::string FindFile(const string &filename)