diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2007-07-14 12:38:17 +1000 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2007-07-14 12:38:17 +1000 |
commit | 274bb817e52f737737cb540782030c5948c536c8 (patch) | |
tree | 513a7118b19705a5641b38c0abc2d6c72549720c /tests/Makefile.am | |
parent | 3d9e8c2eb5dca596961d5962baa278344833db56 (diff) |
Make sure string tests for SF_STR_LICENSE actually works.
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 6514e76..9bb63b6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -395,6 +395,7 @@ sd2-tests: write_read_test flac-tests: write_read_test ./write_read_test flac + ./string_test flac @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on FLAC files." @echo "----------------------------------------------------------------------" |