mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-04 12:05:23 +02:00
9 lines
266 B
Makefile
9 lines
266 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
|
|
AUTOMAKE_OPTIONS = 1.3 gnits
|
|
|
|
TESTS = trap basic-1 create-leading d-slashdot
|
|
EXTRA_DIST = $(TESTS)
|
|
TESTS_ENVIRONMENT = \
|
|
EXEEXT='$(EXEEXT)' \
|
|
PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH"
|