Add 'make fastcheck' target.

This commit is contained in:
Erik de Castro Lopo 2012-02-01 22:00:08 +11:00
parent 9c2290ade5
commit e7fb2153b3
2 changed files with 7 additions and 0 deletions

View File

@ -50,3 +50,6 @@ EXTRA_DIST = \
depcomp \
ltmain.sh \
strip_non_asm_libtool_args.sh
fastcheck:
(cd test && make fastcheck)

View File

@ -35,6 +35,10 @@ check_SCRIPTS = \
check: $(check_SCRIPTS)
./test_wrapper.sh
fastcheck: $(check_SCRIPTS)
./test_libFLAC.sh
./test_grabbag.sh
EXTRA_DIST = \
Makefile.lite \
cuesheet.ok \