Skip to content

Commit

Permalink
Added __init__.py to fix missing tests on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
mingjie-intel authored and Diptorup Deb committed May 10, 2023
1 parent 88163d9 commit fba60f2
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 0 deletions.
5 changes: 5 additions & 0 deletions numba_dpex/tests/core/passes/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0

from . import *
5 changes: 5 additions & 0 deletions numba_dpex/tests/core/runtime/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0

from . import *
5 changes: 5 additions & 0 deletions numba_dpex/tests/core/types/DpctlSyclQueue/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0

from . import *
5 changes: 5 additions & 0 deletions numba_dpex/tests/core/types/DpnpNdArray/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0

from . import *
5 changes: 5 additions & 0 deletions numba_dpex/tests/core/types/USMNdAArray/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0

from . import *
5 changes: 5 additions & 0 deletions numba_dpex/tests/dpjit_tests/dpnp/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0

from . import *
5 changes: 5 additions & 0 deletions numba_dpex/tests/dpjit_tests/parfors/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0

from . import *
5 changes: 5 additions & 0 deletions numba_dpex/tests/misc/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: 2020 - 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0

from . import *

0 comments on commit fba60f2

Please sign in to comment.