mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-02 10:13:47 +02:00
16 lines
358 B
Makefile
16 lines
358 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
|
|
|
|
EXTRA_DIST = $(TESTS)
|
|
|
|
TESTS_ENVIRONMENT = \
|
|
top_srcdir=$(top_srcdir) \
|
|
srcdir=$(srcdir) \
|
|
PERL="@PERL@" \
|
|
PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" \
|
|
PROG=$$tst
|
|
|
|
TESTS = \
|
|
tty-eof \
|
|
printf-hex \
|
|
nl split-l printf split-a head-pos sort head-c csplit nice pathchk1
|