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

17 lines
417 B
Makefile
Raw Normal View History

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
AUTOMAKE_OPTIONS = 1.2 gnits
1997-02-03 03:21:02 +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
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
PATH=`pwd`/../../src:$$PATH \
PROG=ls