1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00
Files
coreutils/tests/du/Makefile.am

15 lines
375 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 = \
2004-03-21 18:45:17 +00:00
files0-from \
2003-10-02 20:30:05 +00:00
inaccessible-cwd \
2003-09-23 22:02:26 +00:00
deref-args \
2003-07-09 10:00:09 +00:00
slash \
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"