Skip to content

Commit af36e91

Browse files
committed
Exclude OpenGL tests from Vulkan build
1 parent 18f5c57 commit af36e91

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,7 @@ if (BUILD_CLIENT)
10241024
set(CLIENT_EXECUTABLE_NAME daemon-vulkan)
10251025
else()
10261026
set(CLIENT_EXECUTABLE_NAME daemon)
1027+
set(CLIENTTESTLIST ${CLIENTTESTLIST} ${RENDERERTESTLIST})
10271028
endif()
10281029

10291030
AddApplication(

src.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ if (APPLE)
301301
endif()
302302

303303
set(CLIENTTESTLIST ${ENGINETESTLIST}
304-
${ENGINE_DIR}/renderer/gl_shader_test.cpp
305304
)
306305

307306
set(TTYCLIENTLIST

src/engine/renderer/src.cmake

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,8 @@ set(RENDERERLIST
6565
${ENGINE_DIR}/renderer/tr_world.cpp
6666
${ENGINE_DIR}/sys/sdl_glimp.cpp
6767
${ENGINE_DIR}/sys/sdl_icon.h
68-
)
68+
)
69+
70+
set(RENDERERTESTLIST
71+
${ENGINE_DIR}/renderer/gl_shader_test.cpp
72+
)

0 commit comments

Comments
 (0)