summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2012-02-03 06:21:57 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2012-02-03 06:21:57 +1100
commit1ca541323b2575d511475791c6eb49a96310ff05 (patch)
tree3395518b5e67d006f3e7b3e9a105552d056831af /test
parent886b960211122cc1c16099883992386fbaa8bd27 (diff)
downloadflac-1ca541323b2575d511475791c6eb49a96310ff05.tar.gz
Fix 'make distcheck'.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 87e6e29c..c2aa164c 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -23,7 +23,7 @@ TESTS_ENVIRONMENT = FLAC__TEST_LEVEL=@FLAC__TEST_LEVEL@ FLAC__TEST_WITH_VALRGIND
SUBDIRS = cuesheets flac-to-flac-metadata-test-files metaflac-test-files pictures
-check_SCRIPTS = \
+TESTS = \
./test_libFLAC.sh \
$(CPPLIBS_TESTS) \
./test_grabbag.sh \
@@ -32,10 +32,7 @@ check_SCRIPTS = \
./test_seeking.sh \
./test_streams.sh
-check: $(check_SCRIPTS)
- ./test_wrapper.sh
-
-fastcheck: $(check_SCRIPTS)
+fastcheck: $(TESTS)
./test_libFLAC.sh
./test_grabbag.sh