ATLAS Offline Software
initGaudi.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TEST_INITGAUDI_H
6 # define TEST_INITGAUDI_H
7 
14 #include <string>
15 
16 #undef NDEBUG
17 
18 class ISvcLocator;
19 
20 
21 namespace Athena_test {
26  bool initGaudi(ISvcLocator*& pSvcLoc);
32  bool initGaudi(const std::string& jobOptsFile, ISvcLocator*& pSvcLoc);
33 }
34 #endif // TEST_INITGAUDI_H
Athena_test
functions & macros to test the difference between floats
Definition: InitGaudiGoogleTest.h:30
Athena_test::initGaudi
bool initGaudi(ISvcLocator *&pSvcLoc)
minimal gaudi initialization for AthenaServices unit testing
Definition: initGaudi.cxx:25