]> icculus.org git repositories - icculus/xz.git/blob - tests/Makefile.am
Put the interesting parts of XZ Utils into the public domain.
[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 check_PROGRAMS = \
29         create_compress_files \
30         test_check \
31         test_stream_flags \
32         test_filter_flags \
33         test_block_header \
34         test_index
35
36 TESTS = \
37         test_check \
38         test_stream_flags \
39         test_filter_flags \
40         test_block_header \
41         test_index \
42         test_files.sh \
43         test_compress.sh
44
45 clean-local:
46         -rm -f compress_generated_*