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
|
|
|
|
2001-10-12 07:03:04 +00:00
|
|
|
TESTS = infloop rt-1 time-1 symlink-slash follow-slink no-arg
|
|
|
|
|
|
|
|
|
|
# This test is expected to fail.
|
|
|
|
|
# ls should be fixed soon; then we'll remove this line.
|
|
|
|
|
XFAIL_TESTS = infloop
|
|
|
|
|
|
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) \
|
|
|
|
|
PATH=`pwd`/../../src:$$PATH \
|
|
|
|
|
PROG=ls
|