Skip to content

Commit e246aba

Browse files
Dan Holmeskbenzie
authored andcommitted
Fix explict path for helpers.h
1 parent 588966f commit e246aba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

test/conformance/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ function(add_conformance_test name)
3737
${PROJECT_NAME}::headers
3838
${PROJECT_NAME}::testing
3939
${PROJECT_NAME}::common
40-
GTest::gtest_main)
40+
GTest::gtest_main
41+
unit_tests_helpers)
4142

4243
if(UR_BUILD_ADAPTER_CUDA OR UR_BUILD_ADAPTER_ALL)
4344
add_test_adapter(${name} adapter_cuda)

test/conformance/device/urDeviceGetSelected.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55

66
#include <uur/fixtures.h>
7-
#include "C:\Users\holmesda\git-repos\oneAPI-src\unified-runtime\test\unit\helpers.h"
7+
#include "helpers.h"
88

99
using urDeviceGetSelectedTest = uur::urPlatformTest;
1010

0 commit comments

Comments
 (0)