File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed
roottest/root/tree/reader Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -37,17 +37,19 @@ ROOTTEST_ADD_TEST(VectorBranches
3737 MACRO execVectorBranches.C
3838 OUTREF execVectorBranches.ref)
3939
40- ROOTTEST_COMPILE_MACRO(A.h
41- FIXTURES_SETUP root-tree -reader-A-fixture)
42-
43- ROOTTEST_COMPILE_MACRO(hardTreeReaderTest.cpp
44- FIXTURES_REQUIRED root-tree -reader-A-fixture
45- FIXTURES_SETUP root-tree -reader-hardTreeReaderTest-fixture)
46-
47- ROOTTEST_ADD_TEST(complexTree
48- MACRO runcomplexTree.C
49- OUTREF complexTree.ref
50- FIXTURES_REQUIRED root-tree -reader-A-fixture root-tree -reader-hardTreeReaderTest-fixture)
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 ()
5153
5254# IntroTut tests fails while file eventdata.root is missing on eos
5355# ROOTTEST_ADD_TEST(assertIntroTut
You can’t perform that action at this time.
0 commit comments