mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
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:
@@ -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 = *~
|
||||
|
||||
Reference in New Issue
Block a user