autotests/drm: disable tests to work around FreeBSD CI issues

The tests don't do anything platform specific, so test only on Linux
until the cause of the problems is found
master
Xaver Hugl 1 year ago
parent 2c86866876
commit adc5104e2a

@ -3,7 +3,11 @@ remove_definitions(-DQT_USE_QSTRINGBUILDER)
add_subdirectory(libkwineffects)
add_subdirectory(integration)
add_subdirectory(libinput)
add_subdirectory(drm)
# drm autotests are broken on FreeBSD for yet unknown reasons
# As the test isn't doing anything platform specific, only run it on Linux
if(CMAKE_SYSTEM_NAME MATCHES "Linux")
add_subdirectory(drm)
endif()
########################################################
# Test WindowPaintData

Loading…
Cancel
Save