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 = \
|
2005-11-02 09:38:16 +00:00
|
|
|
dir-nonrecur \
|
2004-10-21 08:07:27 +00:00
|
|
|
dot-rel \
|
2004-05-21 14:32:20 +00:00
|
|
|
inaccessible \
|
2004-05-11 19:41:33 +00:00
|
|
|
unread3 \
|
2004-05-08 12:49:53 +00:00
|
|
|
no-give-up \
|
2003-07-27 19:47:58 +00:00
|
|
|
dir-no-w \
|
2003-03-04 19:52:20 +00:00
|
|
|
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)
|
1998-10-25 14:08:38 +00:00
|
|
|
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" \
|
2003-07-23 07:03:42 +00:00
|
|
|
PACKAGE_VERSION=$(PACKAGE_VERSION) \
|
1998-10-25 14:08:38 +00:00
|
|
|
PROG=rm
|