Skip to content

Commit 9b94aa8

Browse files
authored
Merge fbdc070 into 2ac196c
2 parents 2ac196c + fbdc070 commit 9b94aa8

File tree

2 files changed

+1423
-1412
lines changed

2 files changed

+1423
-1412
lines changed

conda-recipe/run_test.bat

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ if defined ONEAPI_ROOT (
88
set "DPLROOT=%ONEAPI_ROOT%\dpl\latest"
99
)
1010

11+
echo "DPCPPROOT=%DPCPPROOT%"
12+
echo "MKLROOT=%MKLROOT%"
13+
echo "TBBROOT=%TBBROOT%"
14+
echo "DPLROOT=%DPLROOT%"
15+
1116
REM if DPCPPROOT is specified (work with custom DPCPP)
1217
if defined DPCPPROOT (
1318
call "%DPCPPROOT%\env\vars.bat"
@@ -37,5 +42,11 @@ if %errorlevel% neq 0 exit 1
3742
"%PYTHON%" -m dpctl -f
3843
if %errorlevel% neq 0 exit 1
3944

45+
"%PYTHON%" -m pytest -ra --pyargs dpnp.tests.test_ndarray
46+
if %errorlevel% neq 0 exit 1
47+
48+
"%PYTHON%" -m pytest -ra --pyargs dpnp.tests.test_usm_type
49+
if %errorlevel% neq 0 exit 1
50+
4051
"%PYTHON%" -m pytest -ra --pyargs dpnp
4152
if %errorlevel% neq 0 exit 1

0 commit comments

Comments
 (0)