Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit 62dfd0d

Browse files
committed
Move L0SharedMemoryTest to enabling test suit
1 parent 1e192d4 commit 62dfd0d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

omniscidb/Tests/CMakeLists.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,6 @@ set(TEST_PROGRAMS
258258
if(ENABLE_CUDA)
259259
list(APPEND TEST_PROGRAMS CudaSharedMemoryTest)
260260
endif()
261-
if(ENABLE_L0)
262-
list(APPEND TEST_PROGRAMS L0SharedMemoryTest)
263-
endif()
264261

265262
#if(NOT ${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
266263
# list(APPEND TEST_PROGRAMS UdfTest)
@@ -352,6 +349,7 @@ if(ENABLE_L0)
352349
ArrowStorageSqlTest # taxi queries
353350
SpirvBuildTest
354351
L0MgrExecuteTest
352+
L0SharedMemoryTest
355353
IntelGPUEnablingTest
356354
)
357355
set_tests_properties(${ENABLING_TESTS} PROPERTIES LABELS "enabling")

0 commit comments

Comments
 (0)