Skip to content

Commit 65925b6

Browse files
committed
Add test_dparray.py into test system
1 parent 7ebd06c commit 65925b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpctl/tests/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
## Top-level module of all dpctl Python unit test cases.
2323
##===----------------------------------------------------------------------===##
2424

25+
from .test_dparray import *
2526
from .test_dump_functions import *
2627
from .test_sycl_device import *
2728
from .test_sycl_kernel_submit import *

0 commit comments

Comments
 (0)