ATLAS Offline Software
RootCoreTestHarness.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 //
6 // Basic RootCore test harness
7 // Should never be used in an Athena build!
8 //
9 #ifndef __RootCoreTestHarness__
10 #define __RootCoreTestHarness__
11 
12 #include <string>
13 
14 namespace TrigAnalysisTest {
15 
16  int runTrigAnalysisTest (const std::string &testName);
17 
18 }
19 
20 #endif
TrigAnalysisTest
Definition: BasicTriggerFired.cxx:30
TrigAnalysisTest::runTrigAnalysisTest
int runTrigAnalysisTest(const std::string &testName)
Definition: RootCoreTestHarness.cxx:41