File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
roottest/root/treeproxy/stlvec Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,13 @@ ROOTTEST_ADD_TEST(selector
3
3
COPY_TO_BUILDDIR tlorentzvec.root analyze.h analyze.C cutting.h cutting.C
4
4
FIXTURES_SETUP root-treeproxy-stlvec-selector-fixture )
5
5
6
+ ROOTTEST_COMPILE_MACRO (${CMAKE_CURRENT_BINARY_DIR} /tlorentzvecProxy.h
7
+ FIXTURES_REQUIRED root-treeproxy-stlvec-selector-fixture
8
+ FIXTURES_SETUP root-treeproxy-stlvec-tlorentzvecProxy-fixture )
9
+
6
10
ROOTTEST_ADD_TEST (tlorentzvec
7
11
MACRO runtlorentzvec.C
8
12
OUTREF tlorentzvec.ref
9
13
ROOTEXE_OPTS -e "(void)gROOT->SetMacroPath(\" ${CMAKE_CURRENT_BINARY_DIR} \" )"
10
- FIXTURES_REQUIRED root-treeproxy-stlvec-selector-fixture )
14
+ FIXTURES_REQUIRED root-treeproxy-stlvec-selector-fixture
15
+ root-treeproxy-stlvec-tlorentzvecProxy-fixture )
You can’t perform that action at this time.
0 commit comments