mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-30 11:24:49 +00:00
11 lines
313 B
Makefile
11 lines
313 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
|
|
AUTOMAKE_OPTIONS = 1.4 gnits
|
|
|
|
TESTS = \
|
|
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"
|