File tree Expand file tree Collapse file tree 5 files changed +25
-0
lines changed Expand file tree Collapse file tree 5 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ configure_file(simpleTree.root . COPYONLY)
3
3
configure_file (multipleNameCycles.root . COPYONLY )
4
4
configure_file (MakeNameCyclesRootmvInput.C . COPYONLY )
5
5
configure_file (subdirs .root . COPYONLY )
6
+ configure_file (nested.root . COPYONLY )
7
+ configure_file (RNTuple.root . COPYONLY )
6
8
7
9
if (MSVC )
8
10
# the command line tools works fine in the Windows command prompt but
@@ -84,6 +86,16 @@ ROOTTEST_ADD_TEST(RecursiveRootls
84
86
OUTREF RecursiveRootls.ref
85
87
ENVIRONMENT ${test_env} )
86
88
89
+ ROOTTEST_ADD_TEST (RecursiveRootls2
90
+ COMMAND ${TOOLS_PREFIX} /rootls${exeext} -lr nested.root
91
+ OUTREF RecursiveRootls2.ref
92
+ ENVIRONMENT ${test_env} )
93
+
94
+ ROOTTEST_ADD_TEST (RootlsRNTuple
95
+ COMMAND ${TOOLS_PREFIX} /rootls${exeext} -R RNTuple.root
96
+ OUTREF RootlsRNTuple.ref
97
+ ENVIRONMENT ${test_env} )
98
+
87
99
#########################################################################
88
100
89
101
ROOTTEST_ADD_TEST (ROOT_8197
Original file line number Diff line number Diff line change
1
+ TDirectoryFile Jul 15 13:27 2025 a;1 "a"
2
+ TDirectoryFile Jul 15 13:27 2025 b;1 "b"
3
+ TDirectoryFile Jul 15 13:27 2025 c;1 "c"
4
+ string Jul 15 13:27 2025 s;1 ""
5
+ string Jul 15 13:27 2025 s2;1 ""
6
+ TDirectoryFile Jul 15 13:27 2025 d;1 "d"
7
+ TDirectoryFile Jul 15 13:27 2025 e;1 "e"
8
+ TDirectoryFile Jul 15 13:27 2025 f;1 "f"
9
+ TH1D Jul 15 13:27 2025 h2;1 "histo"
10
+ TH1D Jul 15 13:27 2025 h;1 "histo"
Original file line number Diff line number Diff line change
1
+ ROOT::RNTuple Nov 13 13:16 2024 Contributors;1 ""
2
+ firstName std::string
3
+ lastName std::string
You can’t perform that action at this time.
0 commit comments