diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-11 19:27:58 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-11 19:27:58 +0200 |
| commit | 8c743b33c7baccd4910b68acdee6d2b8dccd6642 (patch) | |
| tree | 83e5d677646e0b69f1fc061ac143e7297d72208c /tests/tests.pro | |
| parent | 86fc631e188ab627b95f2d52ff8653beb92a5888 (diff) | |
| download | qxmpp-8c743b33c7baccd4910b68acdee6d2b8dccd6642.tar.gz | |
add stream initiation tests
Diffstat (limited to 'tests/tests.pro')
| -rw-r--r-- | tests/tests.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests.pro b/tests/tests.pro index 0d44fa68..e88c156e 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -17,6 +17,7 @@ SOURCES += \ rpc.cpp \ rsm.cpp \ rtp.cpp \ + si.cpp \ stanza.cpp \ stun.cpp \ tests.cpp \ @@ -32,6 +33,7 @@ HEADERS += \ rpc.h \ rsm.h \ rtp.h \ + si.h \ stanza.h \ stun.h \ tests.h \ |
