mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-07 13:34:51 +02:00
15 lines
329 B
Makefile
15 lines
329 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 \
|
|
PROG=$$tst
|
|
|
|
TESTS = \
|
|
printf-hex \
|
|
nl split-l printf split-a head-pos sort head-c csplit nice pathchk1
|