diff options
author | Marco Bubke <[email protected]> | 2016-08-17 15:29:37 +0200 |
---|---|---|
committer | Marco Bubke <[email protected]> | 2017-11-28 15:08:58 +0000 |
commit | f70bf3d2d16be3f4a7812bd0352da70fb7e0fa3b (patch) | |
tree | b22b54b5208093bed790f2b8b9d3728a7389b2f4 /tests/unit/unittest/unittest.pro | |
parent | 45c667d52cffdd4bfd01f89e9794aef6f5f7298b (diff) |
Clang: Move QLocalServer in ConnectionClient
Before the QLocalServer was in the ConnectionServer so more than one
client could connect to the server. But we never used that possibility
which made the hand shaking much more difficult. It is now moved
in the client, so that there is always a QLocalServer.
Change-Id: Ifa357074b0c0809434c49d23b1cee38496f72f43
Reviewed-by: Ivan Donchevskii <[email protected]>
Reviewed-by: Nikolai Kosjar <[email protected]>
Diffstat (limited to 'tests/unit/unittest/unittest.pro')
-rw-r--r-- | tests/unit/unittest/unittest.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/unittest/unittest.pro b/tests/unit/unittest/unittest.pro index 9d8c4eafbae..8ca648b7662 100644 --- a/tests/unit/unittest/unittest.pro +++ b/tests/unit/unittest/unittest.pro @@ -70,6 +70,7 @@ SOURCES += \ spydummy.cpp \ symbolindexer-test.cpp \ stringcache-test.cpp \ + eventspy.cpp \ unittests-main.cpp \ utf8-test.cpp \ symbolstorage-test.cpp \ @@ -82,6 +83,7 @@ SOURCES += \ filepathcache-test.cpp \ filepathstorage-test.cpp \ filepathstoragesqlitestatementfactory-test.cpp \ + processcreator-test.cpp \ nativefilepath-test.cpp \ nativefilepathview-test.cpp @@ -176,6 +178,7 @@ HEADERS += \ conditionally-disabled-tests.h \ dummyclangipcclient.h \ dynamicastmatcherdiagnosticcontainer-matcher.h \ + eventspy.h \ fakeprocess.h \ faketimer.h \ filesystem-utilities.h \ |