1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00
Files
coreutils/tests/ls/Makefile.am

15 lines
378 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
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
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir) \
2003-04-05 18:03:47 +00:00
PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \
PROG=ls