1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-07 18:26:35 +02:00
Files
coreutils/tests/du/Makefile.am
T

11 lines
313 B
Makefile
Raw Normal View History

2000-04-27 12:09:44 +00:00
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
AUTOMAKE_OPTIONS = 1.4 gnits
2003-02-08 18:08:16 +00:00
TESTS = \
2003-05-14 10:08:21 +00:00
fd-leak \
2003-03-08 09:56:14 +00:00
hard-link 8gb basic restore-wd \
2003-02-08 18:08:16 +00:00
exclude no-x no-deref trailing-slash deref two-args slink
2000-04-27 12:09:44 +00:00
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
2003-04-05 18:03:47 +00:00
PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH"