Skip to content

Commit e2bccae

Browse files
committed
[Python] Add missing TH2 test from cmakelists
1 parent eec4310 commit e2bccae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bindings/pyroot/pythonizations/test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ ROOT_ADD_PYUNITTEST(pyroot_pyz_tcolor tcolor.py)
6262
# TH1 and subclasses pythonizations
6363
ROOT_ADD_PYUNITTEST(pyroot_pyz_th1_operators th1_operators.py)
6464
ROOT_ADD_PYUNITTEST(pyroot_pyz_th1_fillN th1_fillN.py PYTHON_DEPS numpy)
65+
ROOT_ADD_PYUNITTEST(pyroot_pyz_th2_fillN th2_fillN.py PYTHON_DEPS numpy)
6566
ROOT_ADD_PYUNITTEST(pyroot_pyz_th2 th2.py)
6667
ROOT_ADD_PYUNITTEST(pyroot_pyz_th3 th3.py)
6768

0 commit comments

Comments
 (0)