summaryrefslogtreecommitdiff
path: root/tests/mv/Makefile.am
blob: bc4b77adfe4f3c0738bdf707a492fd93613eb17b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
AUTOMAKE_OPTIONS = 1.3 gnits

TESTS = mv-special-1 into-self backup-is-src
EXTRA_DIST = $(TESTS) setup
TESTS_ENVIRONMENT = \
  DF=../../src/df \
  LS=../../src/ls \
  MKDIR=../../src/mkdir \
  MKNOD=../../src/mknod \
  MV=../../src/mv \
  RM=../../src/rm \
  TOUCH=../../src/touch