Add a regresion test for compression levels.

This commit is contained in:
Erik de Castro Lopo
2012-10-14 21:40:40 +11:00
parent fc360735ce
commit 1f0daccf2b
3 changed files with 100 additions and 1 deletions

View File

@@ -26,7 +26,8 @@ check_SCRIPTS = \
test_flac.sh \
test_metaflac.sh \
test_seeking.sh \
test_streams.sh
test_streams.sh \
test_compression.sh
# This one should pass when building out-of-tree (eg 'make distcheck').
check: $(check_SCRIPTS)
@@ -36,6 +37,7 @@ if FLaC__WITH_CPPLIBS
endif
$(srcdir)/test_seeking.sh
$(srcdir)/test_streams.sh
$(srcdir)/test_compression.sh
@echo "----------------"
@echo "All tests passed"
@echo "----------------"
@@ -53,6 +55,7 @@ endif
./test_metaflac.sh
./test_seeking.sh
./test_streams.sh
./test_compression.sh
@echo "----------------"
@echo "All tests passed"
@echo "----------------"