]> icculus.org git repositories - icculus/xz.git/blob - tests/Makefile.am
Removed what I believe is an incorrect #ifdef HAVE_* test.
[icculus/xz.git] / tests / Makefile.am
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 ##
7
8 EXTRA_DIST = \
9         files \
10         tests.h \
11         test_files.sh \
12         test_compress.sh \
13         bcj_test.c \
14         compress_prepared_bcj_sparc \
15         compress_prepared_bcj_x86
16
17 AM_CPPFLAGS = \
18         -I$(top_srcdir)/src/common \
19         -I$(top_srcdir)/src/liblzma/api \
20         -I$(top_builddir)/lib
21
22 LDADD = $(top_builddir)/src/liblzma/liblzma.la
23
24 if COND_GNULIB
25 LDADD += $(top_builddir)/lib/libgnu.a
26 endif
27
28 LDADD += $(LTLIBINTL)
29
30 check_PROGRAMS = \
31         create_compress_files \
32         test_check \
33         test_stream_flags \
34         test_filter_flags \
35         test_block_header \
36         test_index
37
38 TESTS = \
39         test_check \
40         test_stream_flags \
41         test_filter_flags \
42         test_block_header \
43         test_index \
44         test_files.sh \
45         test_compress.sh
46
47 clean-local:
48         -rm -f compress_generated_*