We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29bb286 commit 7e79900Copy full SHA for 7e79900
tests/cpp/CMakeLists.txt
@@ -13,7 +13,7 @@ if (USE_CUDA)
13
list(APPEND TEST_SOURCES ${CUDA_TEST_SOURCES})
14
endif (USE_CUDA)
15
16
-file(GLOB_RECURSE ONEAPI_TEST_SOURCES "plugin/*_oneapi.cc")
+file(GLOB_RECURSE ONEAPI_TEST_SOURCES "plugin/test_sycl_*.cc")
17
if (NOT PLUGIN_UPDATER_ONEAPI)
18
list(REMOVE_ITEM TEST_SOURCES ${ONEAPI_TEST_SOURCES})
19
endif (NOT PLUGIN_UPDATER_ONEAPI)
0 commit comments