liblzma: Initialize lzma_lz_encoder pointers with NULL.
[xz.git] / tests / Makefile.am
blob8a0ec53ec24c896c520f3309f69ca91f010f29de
1 ##
2 ## Author: Lasse Collin
3 ##
4 ## This file has been put into the public domain.
5 ## You can do whatever you want with this file.
6 ##
8 EXTRA_DIST = \
9         files \
10         ossfuzz \
11         tuktest.h \
12         tests.h \
13         test_files.sh \
14         test_compress.sh \
15         test_compress_prepared_bcj_sparc \
16         test_compress_prepared_bcj_x86 \
17         test_compress_generated_abc \
18         test_compress_generated_random \
19         test_compress_generated_text \
20         test_scripts.sh \
21         test_suffix.sh \
22         bcj_test.c \
23         compress_prepared_bcj_sparc \
24         compress_prepared_bcj_x86 \
25         xzgrep_expected_output
27 AM_CPPFLAGS = \
28         -I$(top_srcdir)/src/common \
29         -I$(top_srcdir)/src/liblzma/api \
30         -I$(top_srcdir)/src/liblzma
32 LDADD = $(top_builddir)/src/liblzma/liblzma.la
34 LDADD += $(LTLIBINTL)
36 check_PROGRAMS = \
37         create_compress_files \
38         test_check \
39         test_hardware \
40         test_stream_flags \
41         test_filter_flags \
42         test_filter_str \
43         test_block_header \
44         test_index \
45         test_index_hash \
46         test_bcj_exact_size \
47         test_memlimit \
48         test_lzip_decoder \
49         test_vli
51 TESTS = \
52         test_check \
53         test_hardware \
54         test_stream_flags \
55         test_filter_flags \
56         test_filter_str \
57         test_block_header \
58         test_index \
59         test_index_hash \
60         test_bcj_exact_size \
61         test_memlimit \
62         test_lzip_decoder \
63         test_vli \
64         test_files.sh \
65         test_suffix.sh \
66         test_compress_prepared_bcj_sparc \
67         test_compress_prepared_bcj_x86 \
68         test_compress_generated_abc \
69         test_compress_generated_random \
70         test_compress_generated_text
72 if COND_SCRIPTS
73 TESTS += test_scripts.sh
74 endif
76 clean-local:
77         -rm -f compress_generated_* \
78                 xzgrep_test_output xzgrep_test_1.xz xzgrep_test_2.xz