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
33 COPY_TO_BUILDDIR tlorentzvec.root analyze.h analyze.C cutting.h cutting.C
44 FIXTURES_SETUP root-treeproxy-stlvec-selector-fixture)
55
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+
610ROOTTEST_ADD_TEST(tlorentzvec
711 MACRO runtlorentzvec.C
812 OUTREF tlorentzvec.ref
913 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