mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-18 09:46:33 +02:00
14 lines
341 B
Makefile
14 lines
341 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
|
|
AUTOMAKE_OPTIONS = 1.2 gnits
|
|
|
|
TESTS = mv-special-1 into-self
|
|
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
|