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 8c604b0 commit b8a9b80Copy full SHA for b8a9b80
test/conformance/CMakeLists.txt
@@ -4,8 +4,8 @@
4
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5
6
set(UR_CONFORMANCE_TEST_DIR ${CMAKE_CURRENT_SOURCE_DIR})
7
-option(UR_TEST_DEVICES_COUNT "Count of devices on which CTS will be run" 1)
8
-option(UR_TEST_PLATFORMS_COUNT "Count of platforms on which CTS will be run" 1)
+set(UR_TEST_DEVICES_COUNT 1 CACHE STRING "Count of devices on which CTS will be run")
+set(UR_TEST_PLATFORMS_COUNT 1 CACHE STRING "Count of platforms on which CTS will be run")
9
10
function(add_test_adapter name adapter)
11
set(TEST_TARGET_NAME test-${name})
0 commit comments