mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-15 13:26:56 +02:00
0ef3c5d7fc
upper-case program names. Add a definition of PATH. (TESTS): Add dir-1.
8 lines
197 B
Makefile
8 lines
197 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
|
|
AUTOMAKE_OPTIONS = 1.3 gnits
|
|
|
|
TESTS = empty-file dir-1
|
|
EXTRA_DIST = $(TESTS)
|
|
TESTS_ENVIRONMENT = \
|
|
PATH=../../src:$$PATH
|