summaryrefslogtreecommitdiff
path: root/src/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/Makefile.am')
-rw-r--r--src/tests/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am
index fa1c2e94..df4afc3d 100644
--- a/src/tests/Makefile.am
+++ b/src/tests/Makefile.am
@@ -22,12 +22,13 @@ TESTS_ENVIRONMENT = PATH=..:$$PATH; export PATH; \
DBTYPE=$(DBTYPE); export DBTYPE; \
MANDIR_LAYOUT=$(MANDIR_LAYOUT); export MANDIR_LAYOUT; \
top_builddir=$(top_builddir); export top_builddir; \
- @LOCALCHARSET_TESTS_ENVIRONMENT@; export CHARSETALIASDIR;
+ @LOCALCHARSET_TESTS_ENVIRONMENT@; export CHARSETALIASDIR; \
+ OVERRIDE_DIR="@override_dir@"; export OVERRIDE_DIR;
# Each test must use the configure-detected shell, not necessarily /bin/sh.
AM_LOG_FLAGS = $(SHELL)
ALL_TESTS = \
lexgrog-1 \
- man-1 man-2 man-3 man-4 man-5 man-6 man-7 man-8 \
+ man-1 man-2 man-3 man-4 man-5 man-6 man-7 man-8 man-9 \
manconv-1 manconv-2 manconv-3 \
mandb-1 mandb-2 mandb-3 mandb-4 mandb-5 mandb-6 \
whatis-1 \