1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 18:26:32 +02:00
Files
coreutils/tests/rm/Makefile.am

19 lines
508 B
Makefile
Raw Normal View History

1998-03-14 10:41:26 +00:00
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
1997-08-02 15:23:59 +00:00
AUTOMAKE_OPTIONS = 1.1 gnits
2003-03-04 19:52:20 +00:00
TESTS = \
fail-2eperm \
cycle i-no-r fail-eperm \
2002-07-13 09:24:13 +00:00
dangling-symlink rm1 rm2 rm3 rm4 rm5 \
2002-06-02 20:39:00 +00:00
unread2 r-1 r-2 r-3 i-1 ir-1 f-1 sunos-1 deep-1 hash \
2001-02-18 19:39:33 +00:00
isatty # unreadable empty-name
1997-08-02 15:23:59 +00:00
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
RM=../../src/rm \
MKDIR=../../src/mkdir \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
2003-04-05 18:03:47 +00:00
PERL="$(PERL)" \
PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \
PROG=rm