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 836ded1 commit a7c9b8cCopy full SHA for a7c9b8c
test/conformance/CMakeLists.txt
@@ -5,6 +5,10 @@
5
6
set(UR_CONFORMANCE_TEST_DIR ${CMAKE_CURRENT_SOURCE_DIR})
7
8
+set(UR_CONFORMANCE_DEVICE_BINARIES_DIR
9
+ "${CMAKE_CURRENT_BINARY_DIR}/device_binaries" CACHE INTERNAL
10
+ "Internal cache variable for device binaries directory")
11
+
12
function(add_test_adapter name adapter)
13
set(TEST_TARGET_NAME test-${name})
14
set(TEST_NAME ${name}-${adapter})
0 commit comments