Skip to content

Commit fe8151e

Browse files
Update test/conformance/CMakeLists.txt
Co-authored-by: Omar Ahmed <omarpiratee2010@gmail.com>
1 parent 8730013 commit fe8151e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/conformance/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ if(UR_DPCXX)
160160
add_subdirectory(${dir})
161161
endforeach()
162162
else()
163-
set(DISABLED_TESTS)
163+
set(DISABLED_TESTS "")
164164
foreach(dir ${TEST_SUBDIRECTORIES_DPCXX})
165165
if(NOT dir STREQUAL "device_code")
166166
list(APPEND DISABLED_TESTS "test-${dir}")

0 commit comments

Comments
 (0)