00001 #ifndef TEST_INITGAUDI_H
00002 # define TEST_INITGAUDI_H
00003
00010 #include <string>
00011
00012 #undef NDEBUG
00013
00014 class ISvcLocator;
00015
00016
00017 namespace Athena_test {
00022 bool initGaudi(ISvcLocator*& pSvcLoc);
00028 bool initGaudi(const std::string& jobOptsFile, ISvcLocator*& pSvcLoc);
00029 }
00030 #endif // TEST_INITGAUDI_H