summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2012-02-01 22:00:08 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2012-02-01 22:00:08 +1100
commite7fb2153b33c73e3bf9f720bce073d4a881fca13 (patch)
treed1a64aa35077ce101e330a7fe5f1d55750f2a1ff /test
parent9c2290ade5639fa112057aa840f7f92b8fca0b28 (diff)
downloadflac-e7fb2153b33c73e3bf9f720bce073d4a881fca13.tar.gz
Add 'make fastcheck' target.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 1a8d8cbc..456b5733 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -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 \