Skip to content

Commit 7e79900

Browse files
Dmitry Razdoburdinrazdoburdin
authored andcommitted
remove sycl tests for non-sycl builds
1 parent 29bb286 commit 7e79900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (USE_CUDA)
1313
list(APPEND TEST_SOURCES ${CUDA_TEST_SOURCES})
1414
endif (USE_CUDA)
1515

16-
file(GLOB_RECURSE ONEAPI_TEST_SOURCES "plugin/*_oneapi.cc")
16+
file(GLOB_RECURSE ONEAPI_TEST_SOURCES "plugin/test_sycl_*.cc")
1717
if (NOT PLUGIN_UPDATER_ONEAPI)
1818
list(REMOVE_ITEM TEST_SOURCES ${ONEAPI_TEST_SOURCES})
1919
endif (NOT PLUGIN_UPDATER_ONEAPI)

0 commit comments

Comments
 (0)