summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/access.pro
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@theqtcompany.com>2015-12-23 11:41:29 +0100
committerTimur Pocheptsov <timur.pocheptsov@theqtcompany.com>2016-06-15 11:26:45 +0000
commit71f507788baa7c4c9946788f77182ccfd9748bb6 (patch)
tree8d41dbf35710d2e4f862fbec115a64e02d8ae517 /tests/auto/network/access/access.pro
parent88e8c65958fb7c2ec1d7b292e2ce666ede136d92 (diff)
HPACK implementation
Static Huffman coding + HPACK encode/decode algorithm (for HTTP2) + auto test. Change-Id: I85d6269076cc1d586d17c87bcdee49c21522ef78 Task-number: QTBUG-50946 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tests/auto/network/access/access.pro')
-rw-r--r--tests/auto/network/access/access.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/network/access/access.pro b/tests/auto/network/access/access.pro
index bc76190e30..6ef10b7b1b 100644
--- a/tests/auto/network/access/access.pro
+++ b/tests/auto/network/access/access.pro
@@ -12,9 +12,11 @@ SUBDIRS=\
qftp \
qhttpnetworkreply \
qabstractnetworkcache \
+ hpack
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
qhttpnetworkconnection \
qhttpnetworkreply \
qftp \
+ hpack \