From 1245943c13a20c7297da2564fb4cb1defb48cdaa Mon Sep 17 00:00:00 2001 From: Dan Holmes Date: Thu, 4 Jan 2024 16:22:31 +0000 Subject: [PATCH] Fix explict path for helpers.h --- test/conformance/CMakeLists.txt | 3 ++- test/conformance/device/urDeviceGetSelected.cpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/test/conformance/CMakeLists.txt b/test/conformance/CMakeLists.txt index df80c02681..5c695ae8fb 100644 --- a/test/conformance/CMakeLists.txt +++ b/test/conformance/CMakeLists.txt @@ -39,7 +39,8 @@ function(add_conformance_test name) ${PROJECT_NAME}::headers ${PROJECT_NAME}::testing ${PROJECT_NAME}::common - GTest::gtest_main) + GTest::gtest_main + unit_tests_helpers) if(UR_BUILD_ADAPTER_CUDA OR UR_BUILD_ADAPTER_ALL) add_test_adapter(${name} adapter_cuda) diff --git a/test/conformance/device/urDeviceGetSelected.cpp b/test/conformance/device/urDeviceGetSelected.cpp index ac3eaba75d..d73c1b33c1 100644 --- a/test/conformance/device/urDeviceGetSelected.cpp +++ b/test/conformance/device/urDeviceGetSelected.cpp @@ -4,7 +4,7 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception #include -#include "C:\Users\holmesda\git-repos\oneAPI-src\unified-runtime\test\unit\helpers.h" +#include "helpers.h" using urDeviceGetSelectedTest = uur::urPlatformTest;