1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-08 10:46:56 +02:00
Files
coreutils/tests/mv/Makefile.am
T

22 lines
546 B
Makefile
Raw Normal View History

1998-03-14 10:41:39 +00:00
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
1998-05-11 04:01:42 +00:00
AUTOMAKE_OPTIONS = 1.3 gnits
1998-02-21 11:38:47 +00:00
2002-03-17 19:21:49 +00:00
TESTS = \
2003-04-04 21:45:20 +00:00
hard-4 \
2003-03-02 21:27:48 +00:00
hard-3 \
2003-02-28 21:23:22 +00:00
hard-2 \
2002-06-15 09:40:25 +00:00
perm-1 \
2002-03-29 23:11:28 +00:00
i-link-no \
2002-03-17 19:21:49 +00:00
part-fail \
dup-source childproof i-4 update i-2 mv-special-1 \
2001-08-07 10:44:00 +00:00
into-self into-self-2 into-self-3 into-self-4 \
2001-01-13 15:56:29 +00:00
backup-is-src \
2000-09-02 09:08:31 +00:00
i-1 hard-link-1 force partition-perm to-symlink dir-file diag \
2001-01-14 11:06:20 +00:00
part-symlink part-rename trailing-slash
1998-11-30 02:53:57 +00:00
1998-02-21 11:39:06 +00:00
EXTRA_DIST = $(TESTS) setup
1998-02-21 11:53:27 +00:00
TESTS_ENVIRONMENT = \
2003-04-05 18:03:47 +00:00
PERL="$(PERL)" \
PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \
1998-10-03 16:46:27 +00:00
PROG=mv