Skip to content

Commit 2a152d9

Browse files
committed
[rootest] enable root/tree/reader/IntroTut tests
Reading from EOS seems to be working again - when xrootd enabled
1 parent 56ea8ff commit 2a152d9

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

roottest/root/tree/reader/CMakeLists.txt

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,13 @@ if(NOT MSVC OR win_broken_tests)
5151
FIXTURES_REQUIRED root-tree-reader-A-fixture root-tree-reader-hardTreeReaderTest-fixture)
5252
endif()
5353

54-
# IntroTut tests fails while file eventdata.root is missing on eos
55-
# ROOTTEST_ADD_TEST(assertIntroTut
56-
# MACRO assertIntroTut.C)
57-
#
58-
# ROOTTEST_ADD_TEST(IntroTut
59-
# MACRO execIntroTut.C
60-
# OUTREF execIntroTut.ref)
61-
54+
# tests reading files from EOS and requires xrootd enabled,
55+
if(xrootd)
56+
ROOTTEST_ADD_TEST(assertIntroTut
57+
MACRO assertIntroTut.C
58+
ERRREF assertIntroTut.ref)
59+
60+
ROOTTEST_ADD_TEST(IntroTut
61+
MACRO execIntroTut.C
62+
OUTREF execIntroTut.ref)
63+
endif()

0 commit comments

Comments
 (0)