1
0
mirror of https://git.tukaani.org/xz.git synced 2025-12-23 22:08:45 +00:00
xz/tests/Makefile.am
Lasse Collin 85b5595b67 Tests: Remove x86 and SPARC BCJ tests
These are very old but the exact test file isn't easy to reproduce
as it was compiled from a short C program (bcj_test.c) long ago.
These tests weren't very good anyway, just a little better than nothing.

(cherry picked from commit a5f2aa5618fe9183706c9c514c3067985f6c338b)
2024-05-22 23:34:42 +03:00

73 lines
1.3 KiB
Makefile

## SPDX-License-Identifier: 0BSD
## Author: Lasse Collin
EXTRA_DIST = \
files \
ossfuzz \
tuktest.h \
tests.h \
test_files.sh \
test_compress.sh \
test_compress_generated_abc \
test_compress_generated_random \
test_compress_generated_text \
test_scripts.sh \
test_suffix.sh \
xzgrep_expected_output
AM_CPPFLAGS = \
-I$(top_srcdir)/src/common \
-I$(top_srcdir)/src/liblzma/api \
-I$(top_srcdir)/src/liblzma
LDADD = $(top_builddir)/src/liblzma/liblzma.la
LDADD += $(LTLIBINTL)
check_PROGRAMS = \
create_compress_files \
test_check \
test_hardware \
test_stream_flags \
test_filter_flags \
test_filter_str \
test_block_header \
test_index \
test_index_hash \
test_bcj_exact_size \
test_memlimit \
test_lzip_decoder \
test_vli
TESTS = \
test_check \
test_hardware \
test_stream_flags \
test_filter_flags \
test_filter_str \
test_block_header \
test_index \
test_index_hash \
test_bcj_exact_size \
test_memlimit \
test_lzip_decoder \
test_vli \
test_files.sh \
test_suffix.sh \
test_compress_generated_abc \
test_compress_generated_random \
test_compress_generated_text
if COND_MICROLZMA
check_PROGRAMS += test_microlzma
TESTS += test_microlzma
endif
if COND_SCRIPTS
TESTS += test_scripts.sh
endif
clean-local:
-rm -f compress_generated_* \
xzgrep_test_output xzgrep_test_1.xz xzgrep_test_2.xz