2024-02-12 16:09:10 +01:00
|
|
|
## SPDX-License-Identifier: 0BSD
|
2009-04-13 10:27:40 +02:00
|
|
|
## Author: Lasse Collin
|
2007-12-08 23:42:33 +01:00
|
|
|
|
2008-01-17 23:50:29 +01:00
|
|
|
EXTRA_DIST = \
|
|
|
|
files \
|
2018-11-02 19:18:45 +01:00
|
|
|
ossfuzz \
|
2022-06-02 19:25:21 +02:00
|
|
|
tuktest.h \
|
2008-01-17 23:50:29 +01:00
|
|
|
tests.h \
|
|
|
|
test_files.sh \
|
|
|
|
test_compress.sh \
|
2022-05-23 20:17:47 +02:00
|
|
|
test_compress_prepared_bcj_sparc \
|
|
|
|
test_compress_prepared_bcj_x86 \
|
|
|
|
test_compress_generated_abc \
|
|
|
|
test_compress_generated_random \
|
|
|
|
test_compress_generated_text \
|
2011-07-31 10:01:47 +02:00
|
|
|
test_scripts.sh \
|
2023-11-17 13:35:11 +01:00
|
|
|
test_suffix.sh \
|
2008-01-17 23:50:29 +01:00
|
|
|
bcj_test.c \
|
|
|
|
compress_prepared_bcj_sparc \
|
2014-06-13 18:21:54 +02:00
|
|
|
compress_prepared_bcj_x86 \
|
|
|
|
xzgrep_expected_output
|
2007-12-08 23:42:33 +01:00
|
|
|
|
|
|
|
AM_CPPFLAGS = \
|
2009-06-26 13:47:31 +02:00
|
|
|
-I$(top_srcdir)/src/common \
|
|
|
|
-I$(top_srcdir)/src/liblzma/api \
|
2023-09-25 18:47:26 +02:00
|
|
|
-I$(top_srcdir)/src/liblzma
|
2007-12-08 23:42:33 +01:00
|
|
|
|
2009-06-26 13:47:31 +02:00
|
|
|
LDADD = $(top_builddir)/src/liblzma/liblzma.la
|
2007-12-08 23:42:33 +01:00
|
|
|
|
2009-06-26 13:47:31 +02:00
|
|
|
LDADD += $(LTLIBINTL)
|
|
|
|
|
2007-12-08 23:42:33 +01:00
|
|
|
check_PROGRAMS = \
|
2008-01-17 23:50:29 +01:00
|
|
|
create_compress_files \
|
2007-12-08 23:42:33 +01:00
|
|
|
test_check \
|
2022-06-10 15:35:18 +02:00
|
|
|
test_hardware \
|
2007-12-08 23:42:33 +01:00
|
|
|
test_stream_flags \
|
|
|
|
test_filter_flags \
|
2023-02-02 17:32:47 +01:00
|
|
|
test_filter_str \
|
2007-12-08 23:42:33 +01:00
|
|
|
test_block_header \
|
2012-05-28 19:42:11 +02:00
|
|
|
test_index \
|
2022-12-28 17:25:18 +01:00
|
|
|
test_index_hash \
|
2022-06-12 05:31:40 +02:00
|
|
|
test_bcj_exact_size \
|
2022-09-28 10:12:07 +02:00
|
|
|
test_memlimit \
|
2022-12-21 14:12:03 +01:00
|
|
|
test_lzip_decoder \
|
2022-06-12 05:31:40 +02:00
|
|
|
test_vli
|
2007-12-08 23:42:33 +01:00
|
|
|
|
2008-01-07 12:49:19 +01:00
|
|
|
TESTS = \
|
2008-01-17 23:50:29 +01:00
|
|
|
test_check \
|
2022-06-10 15:35:18 +02:00
|
|
|
test_hardware \
|
2008-01-17 23:50:29 +01:00
|
|
|
test_stream_flags \
|
|
|
|
test_filter_flags \
|
2023-02-02 17:32:47 +01:00
|
|
|
test_filter_str \
|
2008-01-17 23:50:29 +01:00
|
|
|
test_block_header \
|
|
|
|
test_index \
|
2022-12-28 17:25:18 +01:00
|
|
|
test_index_hash \
|
2012-05-28 19:42:11 +02:00
|
|
|
test_bcj_exact_size \
|
2022-09-28 10:12:07 +02:00
|
|
|
test_memlimit \
|
2022-12-21 14:12:03 +01:00
|
|
|
test_lzip_decoder \
|
2022-06-12 05:31:40 +02:00
|
|
|
test_vli \
|
2008-08-28 21:53:15 +02:00
|
|
|
test_files.sh \
|
2023-11-17 13:35:11 +01:00
|
|
|
test_suffix.sh \
|
2022-05-23 20:17:47 +02:00
|
|
|
test_compress_prepared_bcj_sparc \
|
|
|
|
test_compress_prepared_bcj_x86 \
|
|
|
|
test_compress_generated_abc \
|
|
|
|
test_compress_generated_random \
|
|
|
|
test_compress_generated_text
|
2011-09-06 11:03:41 +02:00
|
|
|
|
|
|
|
if COND_SCRIPTS
|
|
|
|
TESTS += test_scripts.sh
|
|
|
|
endif
|
2008-01-17 23:50:29 +01:00
|
|
|
|
|
|
|
clean-local:
|
2014-06-13 17:58:22 +02:00
|
|
|
-rm -f compress_generated_* \
|
|
|
|
xzgrep_test_output xzgrep_test_1.xz xzgrep_test_2.xz
|