Skip to content

Commit 3832116

Browse files
authored
Merge pull request #1089 from KornevNikita/rename-directive
Align directive name with others
2 parents ff8a674 + b311016 commit 3832116

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ add_cts_option(SYCL_CTS_ENABLE_KHR_DEFAULT_CONTEXT_TESTS
136136
"Enable extension Khronos default_context tests" OFF
137137
FORCE_ON ${SYCL_CTS_ENABLE_KHR_TESTS})
138138

139-
add_cts_option(SYCL_CTS_ENABLE_KHR_FREE_FUNCTION_COMMANDS
139+
add_cts_option(SYCL_CTS_ENABLE_KHR_FREE_FUNCTION_COMMANDS_TESTS
140140
"Enable extension Khronos free_function_commands tests" OFF
141141
FORCE_ON ${SYCL_CTS_ENABLE_KHR_TESTS})
142142

tests/extension/khr_free_function_commands/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if(SYCL_CTS_ENABLE_KHR_FREE_FUNCTION_COMMANDS)
1+
if(SYCL_CTS_ENABLE_KHR_FREE_FUNCTION_COMMANDS_TESTS)
22
file(GLOB test_cases_list *.cpp)
33

44
add_cts_test(${test_cases_list})

0 commit comments

Comments
 (0)