~ubuntu-branches/ubuntu/wily/man-db/wily-proposed

« back to all changes in this revision

Viewing changes to src/tests/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-06-24 11:34:02 UTC
  • mfrom: (1.2.13)
  • Revision ID: package-import@ubuntu.com-20130624113402-6xdn53l2p9qu8yus
Tags: 2.6.4-1
* New upstream release:
  - Document default section list in manual pages (closes: #611007).
  - Quieten most warnings from compiling Gnulib (closes: #668429).
  - The MANLESS environment variable is now treated as if it were a
    default value for the -r option to man: occurrences of the text
    "$MAN_PN" are expanded, and explicitly using the -r option overrides
    the default (closes: #690831).
* Use 'set -e' rather than '#! /bin/sh -e' in maintainer scripts.
* Remove maintainer script support for direct upgrades from pre-etch
  (three releases before current stable).
* Breaks/Replaces manpages-zh (<< 1.5.2-1.1); man-db now ships zh_CN
  translations formerly included there.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
TESTS_ENVIRONMENT = PATH=..:$$PATH; export PATH; \
22
22
                    DBTYPE=$(DBTYPE); export DBTYPE; \
 
23
                    MANDIR_LAYOUT=$(MANDIR_LAYOUT); export MANDIR_LAYOUT; \
23
24
                    top_builddir=$(top_builddir); export top_builddir; \
24
25
                    @LOCALCHARSET_TESTS_ENVIRONMENT@; export CHARSETALIASDIR;
25
26
# Each test must use the configure-detected shell, not necessarily /bin/sh.
26
27
AM_LOG_FLAGS = $(SHELL)
27
28
ALL_TESTS = \
28
29
        lexgrog-1 \
29
 
        man-1 man-2 man-3 \
 
30
        man-1 man-2 man-3 man-4 man-5 \
30
31
        manconv-1 manconv-2 manconv-3 \
31
32
        mandb-1 mandb-2 mandb-3 mandb-4 mandb-5 mandb-6 \
32
33
        whatis-1 \