summaryrefslogtreecommitdiff
path: root/tests/mv/Makefile.am
blob: ba00758a28bd8f3322348254fa6b21642413dc1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## 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

EXTRA_DIST = $(TESTS) setup
TESTS_ENVIRONMENT = \
  DF=../../src/df \
  LN=../../src/ln \
  LS=../../src/ls \
  MKDIR=../../src/mkdir \
  MKNOD=../../src/mknod \
  MV=../../src/mv \
  RM=../../src/rm \
  TOUCH=../../src/touch \
  PERL="@PERL@" \
  PATH=../../src:$$PATH \
  PROG=mv