Skip to content

Commit 4667e75

Browse files
committed
[roottest][hadd] add regression test for 20706
1 parent af54a47 commit 4667e75

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

roottest/root/io/hadd/CMakeLists.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,3 +245,14 @@ ROOTTEST_ADD_TEST(test_hadd_args_quieter
245245
COMMAND ${ROOT_hadd_CMD} hadd_args_quieter.root hadd_args_in.root -v1
246246
OUTREF hadd_args_quieter.ref
247247
)
248+
249+
################################################################
250+
# regression tests #
251+
################################################################
252+
configure_file(file1_20706.root . COPYONLY)
253+
configure_file(file2_20706.root . COPYONLY)
254+
255+
ROOTTEST_ADD_TEST(test_hadd_regr_20706
256+
PRECMD ${CMAKE_COMMAND} -E rm -f merged_20706.root
257+
COMMAND ${ROOT_hadd_CMD} -f merged_20706.root file1_20706.root file2_20706.root
258+
)
42 KB
Binary file not shown.
36.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)