Split regain play tests into separate script.

This commit is contained in:
Erik de Castro Lopo
2013-08-02 06:19:56 +10:00
parent d06d985487
commit b01e568698
3 changed files with 211 additions and 98 deletions

View File

@@ -26,6 +26,7 @@ check_SCRIPTS = \
test_grabbag.sh \
test_flac.sh \
test_metaflac.sh \
test_replaygain.sh \
test_seeking.sh \
test_streams.sh \
test_compression.sh
@@ -54,6 +55,7 @@ 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