Fix 'make distcheck'.

This disables the tests that don't run correctly out-of-tree from
the 'make check' target. Also add a new 'make fullcheck' target
which is the full old test suite.
This commit is contained in:
Erik de Castro Lopo
2012-02-07 18:41:28 +11:00
parent d7bfc779c8
commit efffc25c18
2 changed files with 37 additions and 22 deletions

View File

@@ -51,7 +51,7 @@ EXTRA_DIST = \
ltmain.sh \
strip_non_asm_libtool_args.sh
fastcheck:
(cd test && make fastcheck)
fullcheck:
(cd test && make fullcheck)
CLEANFILES = *~