summaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
parent9c2290ade5639fa112057aa840f7f92b8fca0b28 (diff)
downloadflac-e7fb2153b33c73e3bf9f720bce073d4a881fca13.tar.gz
Add 'make fastcheck' target.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0860133c..c57189da 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,3 +50,6 @@ EXTRA_DIST = \
depcomp \
ltmain.sh \
strip_non_asm_libtool_args.sh
+
+fastcheck:
+ (cd test && make fastcheck)