summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2002-12-10 06:42:15 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2002-12-10 06:42:15 +0000
commitd3fe72801aa6133006175da5ac60871e8ad2680c (patch)
treed51866c728a40de0e7eeb891f938ff14daf611bd /test/Makefile.am
parent463d0f80de24ef79fbb4f03315b1a2b684f485ce (diff)
downloadflac-d3fe72801aa6133006175da5ac60871e8ad2680c.tar.gz
split off some tests to new test_flac.sh 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 987f9304..4d7182cc 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -39,6 +39,7 @@ TESTS = \
./test_libFLAC.sh \
./test_libFLAC++.sh \
$(OGG_TESTS) \
+ ./test_flac.sh \
./test_metaflac.sh \
./test_grabbag.sh \
./test_streams.sh \
@@ -51,6 +52,7 @@ EXTRA_DIST = \
test_libFLAC++.sh \
test_libOggFLAC.sh \
test_libOggFLAC++.sh \
+ test_flac.sh \
test_metaflac.sh \
test_grabbag.sh \
test_streams.sh \