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 1c34850 commit 55d4562Copy full SHA for 55d4562
roottest/root/io/hadd/CMakeLists.txt
@@ -2,14 +2,12 @@ if(NOT ROOT_pyroot_FOUND)
2
return()
3
endif()
4
5
-ROOTTEST_ADD_TEST(input_validation
6
- MACRO input_validation.py)
+ROOT_ADD_PYUNITTEST(input_validation input_validation.py GENERIC PYTHON_DEPS pytest)
7
8
################################################################
9
# compression tests #
10
11
-ROOTTEST_ADD_TEST(compression_settings
12
- MACRO test_compression_settings.py)
+ROOT_ADD_PYUNITTEST(compression_settings test_compression_settings.py GENERIC PYTHON_DEPS pytest)
13
14
# merge 2 RNTuples passing an explicit compression
15
ROOTTEST_ADD_TEST(test_MergeChangeComp_explicit
0 commit comments