Skip to content
Snippets Groups Projects
Commit 5142b932 authored by Will Buttinger's avatar Will Buttinger Committed by Graeme Stewart
Browse files

'hiding test from rootcore' (TrigSteeringEvent-01-06-19)

	* test/StringSerializer_test.cxx : hide from rootcore
	* Tagging TrigSteeringEvent-01-06-19


Former-commit-id: e4e0fc261f19e8a1744f87ad844945da87a50aa7
parent 250c2d60
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,15 @@ ...@@ -8,6 +8,15 @@
* See the requirements file on how to compile/run this. * See the requirements file on how to compile/run this.
*/ */
//not working for rootcore
#ifdef XAOD_STANDALONE
int main() {
return 0;
}
#endif
#ifndef XAOD_STANDALONE
#include "TrigSteeringEvent/StringSerializer.h" #include "TrigSteeringEvent/StringSerializer.h"
#include <string> #include <string>
...@@ -112,4 +121,4 @@ int main() { ...@@ -112,4 +121,4 @@ int main() {
} }
} }
#endif //no rootcore
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment