tst_qlocalsocket: get rid of QtScript dependency
authorJoerg Bornemann <joerg.bornemann@digia.com>
Tue, 16 Oct 2012 08:34:44 +0000 (10:34 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 19 Oct 2012 00:43:05 +0000 (02:43 +0200)
commitc54a2dca1697974e85cc42b86fa2e1a7f50bde8e
tree088c4bb77dd5910b6b5481c74c262c187d27900f
parent0510fc149e0c6b955ee9b93917e72ee378369197
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>
tests/auto/network/socket/qlocalsocket/.gitignore
tests/auto/network/socket/qlocalsocket/lackey/lackey.pro [deleted file]
tests/auto/network/socket/qlocalsocket/lackey/main.cpp [deleted file]
tests/auto/network/socket/qlocalsocket/lackey/scripts/client.js [deleted file]
tests/auto/network/socket/qlocalsocket/lackey/scripts/server.js [deleted file]
tests/auto/network/socket/qlocalsocket/qlocalsocket.pro
tests/auto/network/socket/qlocalsocket/socketprocess/main.cpp [new file with mode: 0644]
tests/auto/network/socket/qlocalsocket/socketprocess/socketprocess.pro [new file with mode: 0644]
tests/auto/network/socket/qlocalsocket/tst_qlocalsocket.cpp