1AUTOMAKE_OPTIONS=foreign
2
3TESTS =						\
4  t.chmod_dev					\
5  t.echoarg					\
6  t.falsereturn					\
7  t.mknod					\
8  t.no_ld_preload				\
9  t.no_ld_preload_link				\
10  t.option					\
11  t.tar						\
12  t.touchinstall				\
13  t.truereturn \
14  t.xattr
15
16suffix =
17TESTS_ENVIRONMENT =				\
18  libfakeroot=libfakeroot-0$(DLSUFFIX)		\
19  srcdir=$(srcdir)				\
20  suffix=$(suffix)				\
21  posixshell=$(SHELL)
22
23CLEANFILES = tmp* tartest.tar.gz hda3
24
25check_SCRIPTS = $(TESTS) echo_arg tartest compare-tar defs
26EXTRA_DIST = $(check_SCRIPTS) tartest.tar.gz.uue
27