File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed
roottest/root/tree/reader Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -37,19 +37,18 @@ ROOTTEST_ADD_TEST(VectorBranches
3737 MACRO execVectorBranches.C
3838 OUTREF execVectorBranches.ref)
3939
40- if (NOT MSVC OR win_broken_tests)
41- ROOTTEST_COMPILE_MACRO(A.h
42- FIXTURES_SETUP root-tree -reader-A-fixture)
43-
44- ROOTTEST_COMPILE_MACRO(hardTreeReaderTest.cpp
45- FIXTURES_REQUIRED root-tree -reader-A-fixture
46- FIXTURES_SETUP root-tree -reader-hardTreeReaderTest-fixture)
47-
48- ROOTTEST_ADD_TEST(complexTree
49- MACRO runcomplexTree.C
50- OUTREF complexTree.ref
51- FIXTURES_REQUIRED root-tree -reader-A-fixture root-tree -reader-hardTreeReaderTest-fixture)
52- endif ()
40+ ROOTTEST_COMPILE_MACRO(A.h
41+ FIXTURES_SETUP root-tree -reader-A-fixture)
42+
43+ ROOTTEST_COMPILE_MACRO(hardTreeReaderTest.cpp
44+ BUILDLIB A_h
45+ FIXTURES_REQUIRED root-tree -reader-A-fixture
46+ FIXTURES_SETUP root-tree -reader-hardTreeReaderTest-fixture)
47+
48+ ROOTTEST_ADD_TEST(complexTree
49+ MACRO runcomplexTree.C
50+ OUTREF complexTree.ref
51+ FIXTURES_REQUIRED root-tree -reader-A-fixture root-tree -reader-hardTreeReaderTest-fixture)
5352
5453# tests reading files from EOS and requires xrootd enabled,
5554if (xrootd)
You can’t perform that action at this time.
0 commit comments