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
This commit is contained in:
Xaver Hugl 2023-04-22 23:42:11 +02:00
parent 2c86866876
commit adc5104e2a

View file

@ -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