[autotests] Fix typo
This commit is contained in:
parent
47343fb8f7
commit
d6a906da92
1 changed files with 1 additions and 1 deletions
|
@ -409,5 +409,5 @@ if(HAVE_GBM)
|
||||||
add_executable(testGbmSurface test_gbm_surface.cpp ../plugins/platforms/drm/gbm_surface.cpp)
|
add_executable(testGbmSurface test_gbm_surface.cpp ../plugins/platforms/drm/gbm_surface.cpp)
|
||||||
target_link_libraries(testGbmSurface Qt5::Test)
|
target_link_libraries(testGbmSurface Qt5::Test)
|
||||||
add_test(kwin-testGbmSurface testGbmSurface)
|
add_test(kwin-testGbmSurface testGbmSurface)
|
||||||
ecm_mark_as_test(kwin-testGbmSurface)
|
ecm_mark_as_test(testGbmSurface)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue