From afcb30fcadae4d07ec08d5f44eabc1905b2392b1 Mon Sep 17 00:00:00 2001 From: Jia Tan Date: Fri, 17 Nov 2023 20:35:11 +0800 Subject: Tests: Create test_suffix.sh. This tests some complicated interactions with the --suffix= option. The suffix option must be used with --format=raw, but can optionally be used to override the default .xz suffix. This test also verifies some recent bugs have been correctly solved and to hopefully avoid further regressions in the future. --- tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/Makefile.am') 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 \ -- cgit v1.2.3