1
0
mirror of https://github.com/fumiama/base16384-sycl.git synced 2026-06-12 06:00:26 +08:00

optimize(test): move test kernels into test class

This commit is contained in:
源文雨
2025-10-09 16:08:09 +08:00
parent cbe9cda397
commit 24ea4ca7bd
6 changed files with 44 additions and 28 deletions

View File

@@ -73,6 +73,7 @@ message(STATUS "Collected libs: ${B14LIBS}")
enable_testing()
add_subdirectory(tests)
message(STATUS "Collected tests: ${B14TESTS}")
foreach(TARGET_NAME ${B14TESTS})
target_link_libraries(${TARGET_NAME} ${B14LIBS})
endforeach()