diff options
author | Kurt Pattyn <pattyn.kurt@gmail.com> | 2013-10-13 12:26:56 +0200 |
---|---|---|
committer | Kurt Pattyn <pattyn.kurt@gmail.com> | 2013-10-13 12:27:30 +0200 |
commit | 66a792a49586266856b4684db9d590c36758caa0 (patch) | |
tree | b3870f337899e233cba1ca9c76353a387500ace2 | |
parent | d3d89a966401bad131bbab6b2c8a33655ac9514e (diff) | |
download | qtwebsockets-66a792a49586266856b4684db9d590c36758caa0.tar.gz |
Adapted auto.pro to include websocketframe unit test
Change-Id: Ife8486a480d2a56a77d96ca6d331994d8f7ea0a1
Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
-rw-r--r-- | tests/auto/auto.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index c4d88b6..167fe56 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -4,4 +4,5 @@ SUBDIRS += \ contains(QT_CONFIG, private_tests): SUBDIRS += \ dataprocessor \ - websocketprotocol + websocketprotocol \ + websocketframe |