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

@@ -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 \