commit | 908b2ac604b9940369d7fe8a45e9eb6da5d2a24c | [log] [tgz] |
---|---|---|
author | Lasse Collin <lasse.collin@tukaani.org> | Mon Jan 07 13:49:19 2008 +0200 |
committer | Lasse Collin <lasse.collin@tukaani.org> | Mon Jan 07 13:49:19 2008 +0200 |
tree | 0aff78c9e4580f0d8df74895c7f407e3955b6b0e | |
parent | ecb2a6548f5978022a8fa931719dc575f5fd3bf6 [diff] [blame] |
Added test_files.sh to test decoding of the files in the tests/files directory. It doesn't test the malicious files yet.
diff --git a/tests/Makefile.am b/tests/Makefile.am index 14d8436..159fe41 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am
@@ -40,4 +40,6 @@ test_index_SOURCES = test_index.c test_info_SOURCES = test_info.c -TESTS = $(check_PROGRAMS) +TESTS = \ + $(check_PROGRAMS) \ + test_files.sh