From d6a906da9225582f41f65aa4517e200731c256c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Fl=C3=B6ser?= Date: Wed, 11 Oct 2017 18:31:43 +0200 Subject: [PATCH] [autotests] Fix typo --- autotests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotests/CMakeLists.txt b/autotests/CMakeLists.txt index a8bcc9eb21..ab5b5d716b 100644 --- a/autotests/CMakeLists.txt +++ b/autotests/CMakeLists.txt @@ -409,5 +409,5 @@ if(HAVE_GBM) add_executable(testGbmSurface test_gbm_surface.cpp ../plugins/platforms/drm/gbm_surface.cpp) target_link_libraries(testGbmSurface Qt5::Test) add_test(kwin-testGbmSurface testGbmSurface) - ecm_mark_as_test(kwin-testGbmSurface) + ecm_mark_as_test(testGbmSurface) endif()