diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2008-10-14 10:06:10 +1100 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2008-10-14 10:06:10 +1100 |
commit | 703b9bcc3234c4cd949ee41b69e7142b15ff6187 (patch) | |
tree | 79a3b26261fb6827bdd468d63dcfcdbccd22a8b5 /tests/Makefile.am | |
parent | 132e08c26b9dad71aa07f8ec63d6d0a80ea75de4 (diff) |
tests/Makefile.am : Disable string tests for RF64.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index fdb994a..d07d2bc 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -261,7 +261,6 @@ rf64-tests: write_read_test misc_test ./write_read_test rf64 ./header_test rf64 ./misc_test rf64 - ./string_test rf64 @echo "----------------------------------------------------------------------" @echo " `./sfversion` passed tests on RF64 files." @echo "----------------------------------------------------------------------" |