mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-03 22:53:27 +08:00
8 lines
237 B
Makefile
8 lines
237 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
|
|
AUTOMAKE_OPTIONS = 1.4 gnits
|
|
|
|
TESTS = no-x posix-H basic deref recurse
|
|
EXTRA_DIST = $(TESTS)
|
|
TESTS_ENVIRONMENT = \
|
|
PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH"
|