1997-11-09 19:06:53 +00:00
|
|
|
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
|
1997-02-03 03:21:02 +00:00
|
|
|
|
1998-01-10 11:27:24 +00:00
|
|
|
AUTOMAKE_OPTIONS = 1.2 gnits
|
1997-02-03 03:21:02 +00:00
|
|
|
|
2002-12-06 14:27:58 +00:00
|
|
|
TESTS = \
|
2003-01-14 21:10:12 +00:00
|
|
|
inode dangle file-type recursive dired infloop \
|
2003-12-24 16:37:38 +00:00
|
|
|
rt-1 time-1 symlink-slash follow-slink no-arg m-option
|
2001-10-12 07:03:04 +00:00
|
|
|
|
1998-01-10 11:27:24 +00:00
|
|
|
EXTRA_DIST = $(TESTS)
|
1999-11-20 10:38:38 +00:00
|
|
|
TESTS_ENVIRONMENT = \
|
|
|
|
|
top_srcdir=$(top_srcdir) \
|
|
|
|
|
srcdir=$(srcdir) \
|
2003-04-05 18:03:47 +00:00
|
|
|
PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \
|
1999-11-20 10:38:38 +00:00
|
|
|
PROG=ls
|