Skip to content

Commit

Permalink
Add tests for sycl_khr_free_function_commands
Browse files Browse the repository at this point in the history
  • Loading branch information
KornevNikita committed Jan 27, 2025
1 parent 92ac711 commit 2a82250
Show file tree
Hide file tree
Showing 2 changed files with 662 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/extension/khr_free_function_commands/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
if(SYCL_CTS_ENABLE_KHR_FREE_FUNCTION_COMMANDS)
file(GLOB test_cases_list *.cpp)

add_cts_test(${test_cases_list})
endif()
Loading

0 comments on commit 2a82250

Please sign in to comment.