From f5402747eda578079226e620e568a7174e9e28fa Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Thu, 9 Mar 2023 12:31:32 +0100 Subject: 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 --- tests/auto/client/reconnect/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') 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 - ) +) -- cgit v1.2.1