diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2007-08-12 09:07:34 +1000 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2007-08-12 09:07:34 +1000 |
commit | c407bb63af2929ddbe29668d50e392ef14ae421e (patch) | |
tree | 86d09b4c9daf2e6f4415ef35751084ff22720f4a /tests/Makefile.am | |
parent | acf57411ad99a48b3c64344c2acf8ac0878924f3 (diff) |
Add string tests for ogg/vorbis.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 203917e..0ba9453 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -292,6 +292,7 @@ wve-tests: lossy_comp_test vorbis-tests: lossy_comp_test ogg_test ./ogg_test ./lossy_comp_test ogg_vorbis + ./string_test ogg @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on OGG/VORBIS files." @echo "----------------------------------------------------------------------" |