mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-09 16:39:34 -04:00
bece904517
(TESTS_ENVIRONMENT): Set PATH here, rather than setting LN.
8 lines
205 B
Makefile
8 lines
205 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
|
|
AUTOMAKE_OPTIONS = 1.2 gnits
|
|
|
|
TESTS = sf-1 misc backup-1
|
|
EXTRA_DIST = $(TESTS)
|
|
TESTS_ENVIRONMENT = \
|
|
PATH=`pwd`/../../src:$$PATH
|