summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2023-03-09 12:31:32 +0100
committerEdward Welbourne <edward.welbourne@qt.io>2023-03-10 11:18:51 +0100
commitf5402747eda578079226e620e568a7174e9e28fa (patch)
treec7ce338e595064e30f2bb073102a69f3e1a35137 /tests
parent26d8603b523af973682b7e602f1158ae62f21c9b (diff)
downloadqtwayland-f5402747eda578079226e620e568a7174e9e28fa.tar.gz
Rename tst_reconnect to avoid clash with qtremoteobjects
Name is too generic, but I'll leave this module's maintainers to work out what to do about that. Left the source file with the old name. Change-Id: I0429f03ef06feeae95c2f72ac76cc75397051d9e Reviewed-by: David Edmundson <davidedmundson@kde.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/client/reconnect/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/client/reconnect/CMakeLists.txt b/tests/auto/client/reconnect/CMakeLists.txt
index 21ce68fd..aaf8c902 100644
--- a/tests/auto/client/reconnect/CMakeLists.txt
+++ b/tests/auto/client/reconnect/CMakeLists.txt
@@ -1,11 +1,11 @@
#####################################################################
-## tst_client Test:
+## tst_wl_reconnect Test:
#####################################################################
-qt_internal_add_test(tst_reconnect
+qt_internal_add_test(tst_wl_reconnect
SOURCES
wl-socket.c
tst_reconnect.cpp
PUBLIC_LIBRARIES
SharedClientTest
- )
+)