~ubuntu-branches/debian/jessie/liblouis/jessie

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Thibault
  • Date: 2010-01-12 23:48:47 UTC
  • mto: (1.1.4 upstream) (5.2.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100112234847-ph9xdk3lrjdox6ks
ImportĀ upstreamĀ versionĀ 1.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = table_test_corpuses
 
2
 
1
3
AM_CPPFLAGS = -I$(top_srcdir)/liblouis
2
4
 
3
5
LDADD = $(top_builddir)/liblouis/liblouis.la
4
6
 
5
 
# The present_progressive fails and nobody seems to know why or
6
 
# interested enough to fix it.
7
 
# present_progressive_SOURCES = \
8
 
#       brl_checks.c            \
9
 
#       brl_checks.h            \
10
 
#       present_progressive.c
 
7
present_progressive_SOURCES =   \
 
8
        brl_checks.c            \
 
9
        brl_checks.h            \
 
10
        present_progressive.c
11
11
 
12
12
capitalized_word_SOURCES =      \
13
13
        brl_checks.c            \
25
25
        inpos_compbrl.c 
26
26
 
27
27
check_PROGRAMS = \
 
28
        present_progressive \
28
29
        capitalized_word \
29
30
        capitalized_with_sentance \
30
31
        inpos_compbrl
31
32
 
32
 
#check_PROGRAMS += present_progressive
 
33
dist_check_SCRIPTS = \
 
34
        check_all_tables \
 
35
        check_tables_against_corpus.pl
33
36
 
34
 
EXTRA_DIST = check_all_tables
 
37
# The present_progressive should not really fail but for the moment
 
38
# the issue doesn't seem to be critical enough that anybody has enough
 
39
# interest to fix it.
 
40
XFAIL_TESTS = present_progressive
35
41
 
36
42
TESTS = \
37
43
        $(check_PROGRAMS) \
38
 
        check_all_tables
 
44
        $(dist_check_SCRIPTS)
39
45
 
40
46
TESTS_ENVIRONMENT = LOUIS_TABLEPATH=$(top_srcdir)/tables PATH=../tools:$$PATH