mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-03 20:54:28 +00:00
UnitTests: Disable VertexLoader tests if EGL is enabled.
Interface design issues prevent this test from linking correctly. Until this issue is resolved, we'll disable the tests for now.
This commit is contained in:
parent
0d989ea82b
commit
fa5588e103
@ -1 +1,4 @@
|
||||
add_dolphin_test(VertexLoaderTest VertexLoaderTest.cpp)
|
||||
# This test currently doesn't link correctly when EGL is enabled due to issues with the GLInterface design
|
||||
if(NOT USE_EGL)
|
||||
add_dolphin_test(VertexLoaderTest VertexLoaderTest.cpp)
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user