1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-09 13:51:38 +02:00
Files
coreutils/tests/rm/Makefile.am
Jim Meyering ae87c86b4a * tests/Makefile.am, tests/*/Makefile.am: (TESTS_ENVIRONMENT):
Add $VG_PATH_PREFIX as a prefix to $PATH
2006-07-03 12:55:25 +00:00

28 lines
706 B
Makefile

## Process this file with automake to produce Makefile.in -*-Makefile-*-.
AUTOMAKE_OPTIONS = 1.1 gnits
TESTS = \
empty-inacc \
dir-nonrecur \
dot-rel \
inaccessible \
unread3 \
no-give-up \
dir-no-w \
fail-2eperm \
cycle i-no-r fail-eperm \
dangling-symlink rm1 rm2 rm3 rm4 rm5 \
unread2 r-1 r-2 r-3 i-1 ir-1 f-1 sunos-1 deep-1 hash \
interactive-always interactive-once \
isatty # unreadable empty-name
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
RM=../../src/rm \
MKDIR=../../src/mkdir \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PERL="$(PERL)" \
PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \
PACKAGE_VERSION=$(PACKAGE_VERSION) \
PROG=rm