summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2014-12-27 12:30:41 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2015-02-15 16:48:46 +1100
commitbd516181527df6e3d4a8060abc99b9f2c365d1a9 (patch)
tree8cfa6d14360072dbaba83aff93e488fc5322cb11 /test
parent757ae5614050cf9fd5fda48c1abbfacef78b7e9c (diff)
downloadflac-bd516181527df6e3d4a8060abc99b9f2c365d1a9.tar.gz
test/Makefile.am : Collapse 'fullcheck' into 'check' target.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am23
1 files changed, 4 insertions, 19 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 73af224f..dd921678 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -37,6 +37,10 @@ check: $(check_SCRIPTS)
if FLaC__WITH_CPPLIBS
$(TESTS_ENVIRONMENT) $(srcdir)/test_libFLAC++.sh
endif
+ $(TESTS_ENVIRONMENT) $(srcdir)/test_grabbag.sh
+ $(TESTS_ENVIRONMENT) $(srcdir)/test_flac.sh
+ $(TESTS_ENVIRONMENT) $(srcdir)/test_metaflac.sh
+ $(TESTS_ENVIRONMENT) $(srcdir)/test_replaygain.sh
$(TESTS_ENVIRONMENT) $(srcdir)/test_seeking.sh
$(TESTS_ENVIRONMENT) $(srcdir)/test_streams.sh
$(TESTS_ENVIRONMENT) $(srcdir)/test_compression.sh
@@ -44,25 +48,6 @@ endif
@echo "All tests passed"
@echo "----------------"
-# This is the full test suite, but only works correctly in-tree.
-# In particular test_grabbag.sh, test_flac.sh and test_metaflac.sh will not
-# run correctly out-of-tree.
-fullcheck: $(check_SCRIPTS)
- $(TESTS_ENVIRONMENT) ./test_libFLAC.sh
-if FLaC__WITH_CPPLIBS
- $(TESTS_ENVIRONMENT) ./test_libFLAC++.sh
-endif
- $(TESTS_ENVIRONMENT) ./test_grabbag.sh
- $(TESTS_ENVIRONMENT) ./test_flac.sh
- $(TESTS_ENVIRONMENT) ./test_metaflac.sh
- $(TESTS_ENVIRONMENT) ./test_replaygain.sh
- $(TESTS_ENVIRONMENT) ./test_seeking.sh
- $(TESTS_ENVIRONMENT) ./test_streams.sh
- $(TESTS_ENVIRONMENT) ./test_compression.sh
- @echo "----------------"
- @echo "All tests passed"
- @echo "----------------"
-
EXTRA_DIST = \
Makefile.lite \
cuesheet.ok \