~ubuntu-branches/ubuntu/trusty/telepathy-idle/trusty

« back to all changes in this revision

Viewing changes to tests/twisted/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Simon McVittie
  • Date: 2013-05-01 15:52:26 UTC
  • mfrom: (1.3.6)
  • Revision ID: package-import@ubuntu.com-20130501155226-ttpmql3jetet34iu
Tags: 0.1.16-1
* New upstream release
  - adds support for interactive TLS certificate verification
    (Closes: #706270)
* Add a patch to avoid use of a telepathy-glib 0.20 header, to make
  this easy to backport to wheezy

Show diffs side-by-side

added added

removed removed

Lines of Context:
265
265
top_srcdir = @top_srcdir@
266
266
TWISTED_TESTS = \
267
267
                cm/protocol.py \
 
268
                connect/connect-close-ssl.py \
268
269
                connect/connect-success.py \
269
270
                connect/connect-success-ssl.py \
 
271
                connect/connect-reject-ssl.py \
270
272
                connect/connect-fail.py \
271
273
                connect/connect-fail-ssl.py \
 
274
                connect/disconnect-before-socket-connected.py \
 
275
                connect/disconnect-during-cert-verification.py \
272
276
                connect/ping.py \
273
277
                connect/server-quit-ignore.py \
274
278
                connect/server-quit-noclose.py \
761
765
@WANT_TWISTED_TESTS_TRUE@       rm -f tools/core
762
766
@WANT_TWISTED_TESTS_TRUE@       rm -f tools/idle-testing.log
763
767
@WANT_TWISTED_TESTS_TRUE@       failed=0; \
764
 
@WANT_TWISTED_TESTS_TRUE@       IDLE_TEST_BE_VULNERABLE_TO_MAN_IN_THE_MIDDLE_ATTACKS=vulnerable \
765
768
@WANT_TWISTED_TESTS_TRUE@       sh $(srcdir)/tools/with-session-bus.sh \
766
769
@WANT_TWISTED_TESTS_TRUE@               --config-file=tools/tmp-session-bus.conf \
767
770
@WANT_TWISTED_TESTS_TRUE@               -- $(MAKE) check-TESTS \