xz/tests/Makefile.am

47 lines
798 B
Makefile
Raw Normal View History

2007-12-08 22:42:33 +00:00
##
## Author: Lasse Collin
2007-12-08 22:42:33 +00:00
##
## This file has been put into the public domain.
## You can do whatever you want with this file.
2007-12-08 22:42:33 +00:00
##
EXTRA_DIST = \
files \
tests.h \
test_files.sh \
test_compress.sh \
bcj_test.c \
compress_prepared_bcj_sparc \
compress_prepared_bcj_x86
2007-12-08 22:42:33 +00:00
AM_CPPFLAGS = \
-I@top_srcdir@/src/common \
-I@top_srcdir@/src/liblzma/api \
-I@top_builddir@/lib
LDADD = @top_builddir@/src/liblzma/liblzma.la
if COND_GNULIB
LDADD += @top_builddir@/lib/libgnu.a
2007-12-08 22:42:33 +00:00
endif
check_PROGRAMS = \
create_compress_files \
2007-12-08 22:42:33 +00:00
test_check \
test_stream_flags \
test_filter_flags \
test_block_header \
test_index
2007-12-08 22:42:33 +00:00
TESTS = \
test_check \
test_stream_flags \
test_filter_flags \
test_block_header \
test_index \
test_files.sh \
test_compress.sh
clean-local:
-rm -f compress_generated_*