mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-19 05:42:02 +02:00
15 lines
375 B
Makefile
15 lines
375 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
|
|
AUTOMAKE_OPTIONS = 1.4 gnits
|
|
|
|
TESTS = \
|
|
files0-from \
|
|
inaccessible-cwd \
|
|
deref-args \
|
|
slash \
|
|
fd-leak \
|
|
hard-link 8gb basic restore-wd \
|
|
exclude no-x no-deref trailing-slash deref two-args slink
|
|
EXTRA_DIST = $(TESTS)
|
|
TESTS_ENVIRONMENT = \
|
|
PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH"
|