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