diff options
author | Steven Ceuppens <steven.ceuppens@icloud.com> | 2013-09-30 10:43:18 +0200 |
---|---|---|
committer | Steven Ceuppens <steven.ceuppens@icloud.com> | 2013-10-01 10:46:59 +0200 |
commit | f3dc27dbcc333cd287b707a91e8204d45e6a5ae0 (patch) | |
tree | 6afddbc6a3ed14edaf925f2d890e47903aaf71dd /tests/tests.pro | |
parent | c44a79ddc03ae77a971cd195733f7527812558bc (diff) | |
download | qtwebsockets-f3dc27dbcc333cd287b707a91e8204d45e6a5ae0.tar.gz |
Update unit tests
Private unittests get now build with:
$qmake -config private_tests
Change-Id: I5fb234e9c6f86cf2d740a604923eb8a501699d44
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'tests/tests.pro')
-rw-r--r-- | tests/tests.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tests.pro b/tests/tests.pro index 1a9ad66..8f8198e 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -1,2 +1,5 @@ TEMPLATE = subdirs + +CONFIG += no_docs_target + SUBDIRS += auto autobahn |