Skip to content

Commit

Permalink
Fix explict path for helpers.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Wee-Free-Scot committed Jan 4, 2024
1 parent 4b6c8b2 commit 1245943
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/conformance/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion test/conformance/device/urDeviceGetSelected.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

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

using urDeviceGetSelectedTest = uur::urPlatformTest;

Expand Down

0 comments on commit 1245943

Please sign in to comment.