mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-14 08:53:29 +02:00
(TESTS_ENVIRONMENT): Remove individual
upper-case program names. Add a definition of PATH. (TESTS): Add dir-1.
This commit is contained in:
@@ -1,14 +1,7 @@
|
||||
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
|
||||
AUTOMAKE_OPTIONS = 1.3 gnits
|
||||
|
||||
TESTS = empty-file
|
||||
TESTS = empty-file dir-1
|
||||
EXTRA_DIST = $(TESTS)
|
||||
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
|
||||
PATH=../../src:$$PATH
|
||||
|
||||
Reference in New Issue
Block a user