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
|
|
|
|
|
|
2001-02-18 19:39:33 +00:00
|
|
|
TESTS = r-1 r-2 r-3 i-1 ir-1 f-1 sunos-1 deep-1 hash \
|
|
|
|
|
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) \
|
|
|
|
|
PERL="@PERL@" \
|
2000-01-07 08:56:38 +00:00
|
|
|
PATH=`pwd`/../../src:$$PATH \
|
1998-10-25 14:08:38 +00:00
|
|
|
PROG=rm
|