File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff 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(
Original file line number Diff line number Diff line change @@ -301,7 +301,6 @@ if (APPLE)
301301endif ()
302302
303303set (CLIENTTESTLIST ${ENGINETESTLIST}
304- ${ENGINE_DIR} /renderer/gl_shader_test.cpp
305304)
306305
307306set (TTYCLIENTLIST
Original file line number Diff line number Diff 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+ )
You can’t perform that action at this time.
0 commit comments