~ubuntu-branches/ubuntu/oneiric/bogofilter/oneiric-updates

« back to all changes in this revision

Viewing changes to src/tests/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Loïc Minier
  • Date: 2010-04-10 11:08:53 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100410110853-5w0vep9aa9qqr9lx
Tags: 1.2.1-0ubuntu1
* New upstream bugfix release; LP: #557468.
  - Fixes parsing of the first line of the body in MIME messages;
    LP: #320829.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile.am 6802 2009-02-16 19:48:23Z m-a $
 
1
# $Id: Makefile.am 6848 2009-07-31 19:18:32Z m-a $
2
2
 
3
3
check_PROGRAMS=dehex spam_header_name dumbhead deqp deb64 escnp abortme \
4
4
               u_fpe wantcore leakmem ctype
38
38
        t.passthrough-hb \
39
39
        t.escaped.html t.escaped.url \
40
40
        t.split t.parsing \
41
 
        t.lexer t.lexer.mbx \
 
41
        t.lexer t.lexer.mbx t.lexer.qpcr t.lexer.eoh \
42
42
        t.spam.header.place \
43
43
        t.block.on.subnets \
44
44
        t.token.count \
49
49
 
50
50
WORDLIST_TESTS = t.dump.load t.nonascii.replace t.maint t.robx t.regtest t.upgrade.subnet.prefix t.multiple.wordlists t.probe t.bf_compact
51
51
 
52
 
SCORING_TESTS = t.query.config t.score1 t.score2 t.systest t.grftest t.wordhist
 
52
SCORING_TESTS = t.score1 t.score2 t.systest t.grftest t.wordhist
53
53
 
54
54
BULKMODE_TESTS = t.bulkmode t.MH t.maildir t.bogoutil
55
55
 
56
56
INTEGRITY_TESTS = t.lock1 t.lock3 t.valgrind
57
57
# INTEGRITY_TESTS += t.lock2
58
58
 
 
59
# these tests are built, but must not be shipped:
 
60
BUILT_TESTS = t.query.config
 
61
 
 
62
# test scripts expected to fail
 
63
XFAIL_TESTS =
 
64
 
59
65
TESTSCRIPTS = ${ENVIRON_TESTS} ${PARSING_TESTS} ${WORDLIST_TESTS} ${SCORING_TESTS} ${BULKMODE_TESTS} ${INTEGRITY_TESTS}
60
66
 
61
 
TESTS=$(TESTSCRIPTS)
 
67
TESTS=$(BUILT_TESTS) $(TESTSCRIPTS)
62
68
 
63
69
TESTS_ENVIRONMENT=RUN_FROM_MAKE=1 AWK=$(AWK) srcdir=$(srcdir) SHELL="$(SHELL)" $(SHELL) $(VERBOSE)
64
70
 
73
79
        inputs/lexer.inp \
74
80
        inputs/lexer.mbx \
75
81
        inputs/lexer.out \
 
82
        inputs/mime-qp-cont-with-cr.txt \
76
83
        inputs/msg.1.txt \
77
84
        inputs/msg.2.txt \
78
85
        inputs/msg.3.txt \
103
110
        outputs/maildir.out \
104
111
        outputs/message_addr.ref \
105
112
        outputs/message_id.ref \
 
113
        outputs/mime-qp-cont-with-cr.exp \
106
114
        outputs/msg.1.v \
107
115
        outputs/msg.2a.vv \
108
116
        outputs/msg.2a.vvv \