mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
(TESTS): Add sort.
(TESTS_ENVIRONMENT): Add PROG=$$tst. This is a gross kludge that depends on the name of an automake-generated local variable.
This commit is contained in:
@@ -6,6 +6,7 @@ TESTS_ENVIRONMENT = \
|
||||
top_srcdir=$(top_srcdir) \
|
||||
srcdir=$(srcdir) \
|
||||
PERL="@PERL@" \
|
||||
PATH=`pwd`/../../src:$$PATH
|
||||
PATH=`pwd`/../../src:$$PATH \
|
||||
PROG=$$tst
|
||||
|
||||
TESTS = head-c csplit
|
||||
TESTS = sort head-c csplit
|
||||
|
||||
Reference in New Issue
Block a user