Skip to content

Commit 3bd8e46

Browse files
committed
add tests to module
1 parent 123f1ec commit 3bd8e46

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

meson.build

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,8 @@ py.install_sources(
152152
],
153153
subdir: 'mkl_umath'
154154
)
155+
156+
install_subdir(
157+
'mkl_umath/tests',
158+
install_dir: py.get_install_dir() / 'mkl_umath'
159+
)

mkl_umath/tests/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# empty file

0 commit comments

Comments
 (0)