summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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 \