mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-14 20:35:13 +08: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
|