]> icculus.org git repositories - icculus/xz.git/blob - tests/Makefile.am
Initial changes to change the suffix of the new format to .xz.
[icculus/xz.git] / tests / Makefile.am
1 ##
2 ##  Copyright (C) 2007 Lasse Collin
3 ##
4 ##  This library is free software; you can redistribute it and/or
5 ##  modify it under the terms of the GNU Lesser General Public
6 ##  License as published by the Free Software Foundation; either
7 ##  version 2.1 of the License, or (at your option) any later version.
8 ##
9 ##  This library is distributed in the hope that it will be useful,
10 ##  but WITHOUT ANY WARRANTY; without even the implied warranty of
11 ##  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 ##  Lesser General Public License for more details.
13 ##
14
15 EXTRA_DIST = \
16         files \
17         tests.h \
18         test_files.sh \
19         test_compress.sh \
20         bcj_test.c \
21         compress_prepared_bcj_sparc \
22         compress_prepared_bcj_x86
23
24 AM_CPPFLAGS = \
25         -I@top_srcdir@/src/common \
26         -I@top_srcdir@/src/liblzma/api \
27         -I@top_builddir@/lib
28
29 LDADD = @top_builddir@/src/liblzma/liblzma.la
30
31 if COND_GNULIB
32 LDADD += @top_builddir@/lib/libgnu.a
33 endif
34
35 check_PROGRAMS = \
36         create_compress_files \
37         test_memlimit \
38         test_check \
39         test_stream_flags \
40         test_filter_flags \
41         test_block_header \
42         test_index
43
44 TESTS = \
45         test_memlimit \
46         test_check \
47         test_stream_flags \
48         test_filter_flags \
49         test_block_header \
50         test_index \
51         test_files.sh \
52         test_compress.sh
53
54 clean-local:
55         -rm -f compress_generated_*