Add 'make fastcheck' target.
This commit is contained in:
parent
9c2290ade5
commit
e7fb2153b3
@ -50,3 +50,6 @@ EXTRA_DIST = \
|
||||
depcomp \
|
||||
ltmain.sh \
|
||||
strip_non_asm_libtool_args.sh
|
||||
|
||||
fastcheck:
|
||||
(cd test && make fastcheck)
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user