From e7fb2153b33c73e3bf9f720bce073d4a881fca13 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Wed, 1 Feb 2012 22:00:08 +1100 Subject: [PATCH] Add 'make fastcheck' target. --- Makefile.am | 3 +++ test/Makefile.am | 4 ++++ 2 files changed, 7 insertions(+) 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) 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 \