Skip to content

Commit 2af0290

Browse files
committed
update test file names.
Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
1 parent 8c1231f commit 2af0290

8 files changed

+3
-3
lines changed

test/conformance/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ if(UR_DPCXX)
139139
add_subdirectory(integration)
140140
add_subdirectory(exp_command_buffer)
141141
add_subdirectory(exp_usm_p2p)
142-
add_subdirectory(exp_launch_attributes)
142+
add_subdirectory(exp_launch_properties)
143143
else()
144144
message(WARNING
145145
"UR_DPCXX is not defined, the following conformance test executables \

test/conformance/exp_launch_attributes/CMakeLists.txt renamed to test/conformance/exp_launch_properties/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# See LICENSE.TXT
44
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55

6-
add_conformance_test_with_kernels_environment(exp_launch_attributes
7-
launch_attributes.cpp
6+
add_conformance_test_with_kernels_environment(exp_launch_properties
7+
launch_properties.cpp
88
)
99

0 commit comments

Comments
 (0)