mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-09-10 07:59:52 +02:00
29 lines
666 B
Makefile
29 lines
666 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
|
|
AUTOMAKE_OPTIONS = 1.3 gnits
|
|
|
|
XFAIL_TESTS = acl
|
|
TESTS = \
|
|
no-target-dir \
|
|
atomic \
|
|
acl \
|
|
reply-no \
|
|
leak-fd \
|
|
part-hardlink \
|
|
hard-4 \
|
|
hard-3 \
|
|
hard-2 \
|
|
perm-1 \
|
|
i-link-no \
|
|
part-fail \
|
|
dup-source childproof i-4 update i-2 mv-special-1 \
|
|
into-self into-self-2 into-self-3 into-self-4 \
|
|
backup-is-src \
|
|
i-1 hard-link-1 force partition-perm to-symlink dir-file diag \
|
|
part-symlink part-rename trailing-slash
|
|
|
|
EXTRA_DIST = $(TESTS) setup vfat
|
|
TESTS_ENVIRONMENT = \
|
|
PERL="$(PERL)" \
|
|
PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \
|
|
PROG=mv
|