*** empty log message ***
[coreutils.git] / tests / mv / Makefile.am
blobb1f4cdde8392e3095d2f48687a6d5fc24c3a719c
1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-.
2 AUTOMAKE_OPTIONS = 1.3 gnits
4 TESTS = mv-special-1 into-self into-self-2 into-self-3 backup-is-src \
5   i-1 hard-link-1 force partition-perm to-symlink
7 EXTRA_DIST = $(TESTS) setup
8 TESTS_ENVIRONMENT = \
9   DF=../../src/df \
10   LN=../../src/ln \
11   LS=../../src/ls \
12   MKDIR=../../src/mkdir \
13   MKNOD=../../src/mknod \
14   MV=../../src/mv \
15   RM=../../src/rm \
16   TOUCH=../../src/touch \
17   PERL="@PERL@" \
18   PATH=`pwd`/../../src:$$PATH \
19   PROG=mv