mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-26 06:44:51 +02:00
19 lines
458 B
Makefile
19 lines
458 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
|
|
AUTOMAKE_OPTIONS = 1.4 gnits
|
|
|
|
TESTS = \
|
|
long-from-unreadable \
|
|
long-sloop \
|
|
2g \
|
|
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 = \
|
|
PERL="$(PERL)" \
|
|
PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH"
|