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 588966f commit e246abaCopy full SHA for e246aba
test/conformance/CMakeLists.txt
@@ -37,7 +37,8 @@ function(add_conformance_test name)
37
${PROJECT_NAME}::headers
38
${PROJECT_NAME}::testing
39
${PROJECT_NAME}::common
40
- GTest::gtest_main)
+ GTest::gtest_main
41
+ unit_tests_helpers)
42
43
if(UR_BUILD_ADAPTER_CUDA OR UR_BUILD_ADAPTER_ALL)
44
add_test_adapter(${name} adapter_cuda)
test/conformance/device/urDeviceGetSelected.cpp
@@ -4,7 +4,7 @@
4
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5
6
#include <uur/fixtures.h>
7
-#include "C:\Users\holmesda\git-repos\oneAPI-src\unified-runtime\test\unit\helpers.h"
+#include "helpers.h"
8
9
using urDeviceGetSelectedTest = uur::urPlatformTest;
10
0 commit comments