Skip to content

Commit 7294993

Browse files
Enable dpctl_ext tests in conda test scripts
1 parent 252f385 commit 7294993

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

conda-recipe/run_test.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ if %errorlevel% neq 0 exit 1
3939

4040
"%PYTHON%" -m pytest -ra --pyargs dpnp
4141
if %errorlevel% neq 0 exit 1
42+
43+
"%PYTHON%" -m pytest -ra --pyargs dpctl_ext
44+
if %errorlevel% neq 0 exit 1

conda-recipe/run_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ set -e
3838
$PYTHON -c "import dpnp; print(dpnp.__version__)"
3939
$PYTHON -m dpctl -f
4040
$PYTHON -m pytest -ra --pyargs dpnp
41+
$PYTHON -m pytest -ra --pyargs dpctl_ext

0 commit comments

Comments
 (0)