summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Laban <david.laban@collabora.co.uk>2010-12-07 19:53:37 +0000
committerDavid Laban <david.laban@collabora.co.uk>2011-01-26 17:16:33 +0000
commitc40b48866b7bd04308b26725368304c555cc69fd (patch)
treefd629b5951b85352f02d299465b98f3343bdc704
parent3683f1b456ef9baa2fefc885fe1e458b769647bf (diff)
add new tests to make check
-rw-r--r--tests/twisted/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/twisted/Makefile.am b/tests/twisted/Makefile.am
index 086e437..14bdc06 100644
--- a/tests/twisted/Makefile.am
+++ b/tests/twisted/Makefile.am
@@ -1,3 +1,5 @@
+NULL =
+
TWISTED_TESTS = \
cm/protocol.py \
test-register.py \
@@ -6,7 +8,10 @@ TWISTED_TESTS = \
test-handle-normalisation.py \
test-message.py \
test-self-alias.py \
- text/initiate-requestotron.py
+ text/initiate-requestotron.py \
+ voip/incoming-basics.py \
+ voip/outgoing-basics.py \
+ $(NULL)
TESTS =