summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2013-08-02 06:19:56 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2013-08-02 06:19:56 +1000
commitb01e568698d8347a145cd5e01859d21ab0bafc91 (patch)
tree24b0aea30dcd8343e6509bd89d3565c8b08dbd69 /test/Makefile.am
parentd06d985487cf38f100c5506328285f3f4c6eaaaf (diff)
downloadflac-b01e568698d8347a145cd5e01859d21ab0bafc91.tar.gz
Split regain play tests into separate script.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index b71eec2c..a6b2ab3f 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -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