diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ebc33a7b..8a0ec53e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,6 +18,7 @@ EXTRA_DIST = \ test_compress_generated_random \ test_compress_generated_text \ test_scripts.sh \ + test_suffix.sh \ bcj_test.c \ compress_prepared_bcj_sparc \ compress_prepared_bcj_x86 \ @@ -61,6 +62,7 @@ TESTS = \ test_lzip_decoder \ test_vli \ test_files.sh \ + test_suffix.sh \ test_compress_prepared_bcj_sparc \ test_compress_prepared_bcj_x86 \ test_compress_generated_abc \ |