Skip to content

Commit 0760e31

Browse files
committed
add tests to module
1 parent c5bc170 commit 0760e31

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
@@ -170,3 +170,8 @@ py.install_sources(
170170
],
171171
subdir: 'mkl_umath'
172172
)
173+
174+
install_subdir(
175+
'mkl_umath/tests',
176+
install_dir: py.get_install_dir() / 'mkl_umath'
177+
)

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)