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 af54a47 commit 4667e75Copy full SHA for 4667e75
roottest/root/io/hadd/CMakeLists.txt
@@ -245,3 +245,14 @@ ROOTTEST_ADD_TEST(test_hadd_args_quieter
245
COMMAND ${ROOT_hadd_CMD} hadd_args_quieter.root hadd_args_in.root -v1
246
OUTREF hadd_args_quieter.ref
247
)
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
+)
roottest/root/io/hadd/file1_20706.root
42 KB
roottest/root/io/hadd/file2_20706.root
36.8 KB
0 commit comments