diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2002-12-10 06:42:15 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2002-12-10 06:42:15 +0000 |
commit | d3fe72801aa6133006175da5ac60871e8ad2680c (patch) | |
tree | d51866c728a40de0e7eeb891f938ff14daf611bd /test/Makefile.am | |
parent | 463d0f80de24ef79fbb4f03315b1a2b684f485ce (diff) | |
download | flac-d3fe72801aa6133006175da5ac60871e8ad2680c.tar.gz |
split off some tests to new test_flac.sh script
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
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 \ |