summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qlocalsocket/qlocalsocket.pro
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2012-10-16 10:34:44 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-19 02:43:05 +0200
commitc54a2dca1697974e85cc42b86fa2e1a7f50bde8e (patch)
tree088c4bb77dd5910b6b5481c74c262c187d27900f /tests/auto/network/socket/qlocalsocket/qlocalsocket.pro
parent0510fc149e0c6b955ee9b93917e72ee378369197 (diff)
tst_qlocalsocket: get rid of QtScript dependency
Removing the lackey executable that needs QtScript to be built. This was a qscript bastard that was able to run a client and a server script. It's replaced by a C++ version with the same functionality. Nice side effect: the two second wait per test row could be removed. The client executable is now waiting for the server to be created. Task-number: QTBUG-24142 Change-Id: I135b75abf6620d3b0af50dc226ea8c81c2bf4149 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/network/socket/qlocalsocket/qlocalsocket.pro')
-rw-r--r--tests/auto/network/socket/qlocalsocket/qlocalsocket.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/network/socket/qlocalsocket/qlocalsocket.pro b/tests/auto/network/socket/qlocalsocket/qlocalsocket.pro
index fb09dd6adb..cbf5d160d9 100644
--- a/tests/auto/network/socket/qlocalsocket/qlocalsocket.pro
+++ b/tests/auto/network/socket/qlocalsocket/qlocalsocket.pro
@@ -1,2 +1,2 @@
TEMPLATE = subdirs
-SUBDIRS = test # lackey should be moved to the QtScript module
+SUBDIRS = test socketprocess