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

« back to all changes in this revision

Viewing changes to tests/twisted/Makefile.am

  • 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:
1
1
TWISTED_TESTS = \
2
2
                cm/protocol.py \
 
3
                connect/connect-close-ssl.py \
3
4
                connect/connect-success.py \
4
5
                connect/connect-success-ssl.py \
 
6
                connect/connect-reject-ssl.py \
5
7
                connect/connect-fail.py \
6
8
                connect/connect-fail-ssl.py \
 
9
                connect/disconnect-before-socket-connected.py \
 
10
                connect/disconnect-during-cert-verification.py \
7
11
                connect/ping.py \
8
12
                connect/server-quit-ignore.py \
9
13
                connect/server-quit-noclose.py \
46
50
        rm -f tools/core
47
51
        rm -f tools/idle-testing.log
48
52
        failed=0; \
49
 
        IDLE_TEST_BE_VULNERABLE_TO_MAN_IN_THE_MIDDLE_ATTACKS=vulnerable \
50
53
        sh $(srcdir)/tools/with-session-bus.sh \
51
54
                --config-file=tools/tmp-session-bus.conf \
52
55
                -- $(MAKE) check-TESTS \