mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Add 'make fastcheck' target.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user