mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-19 02:10:57 +02:00
12 lines
345 B
Makefile
12 lines
345 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
|
|
AUTOMAKE_OPTIONS = 1.3 gnits
|
|
|
|
TESTS = mv-special-1 into-self into-self-2 into-self-3 backup-is-src \
|
|
i-1 hard-link-1 force partition-perm to-symlink dir-file
|
|
|
|
EXTRA_DIST = $(TESTS) setup
|
|
TESTS_ENVIRONMENT = \
|
|
PERL="@PERL@" \
|
|
PATH=`pwd`/../../src:$$PATH \
|
|
PROG=mv
|