We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ea8ff commit 2a152d9Copy full SHA for 2a152d9
roottest/root/tree/reader/CMakeLists.txt
@@ -51,11 +51,13 @@ if(NOT MSVC OR win_broken_tests)
51
FIXTURES_REQUIRED root-tree-reader-A-fixture root-tree-reader-hardTreeReaderTest-fixture)
52
endif()
53
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
-
+# tests reading files from EOS and requires xrootd enabled,
+if(xrootd)
+ ROOTTEST_ADD_TEST(assertIntroTut
+ MACRO assertIntroTut.C
+ ERRREF assertIntroTut.ref)
+
+ ROOTTEST_ADD_TEST(IntroTut
+ MACRO execIntroTut.C
62
+ OUTREF execIntroTut.ref)
63
+endif()
0 commit comments