mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-05 03:37:22 +02:00
16 lines
345 B
Makefile
16 lines
345 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 = \
|
|
cat-tty-eof \
|
|
printf-hex \
|
|
nl split-l printf split-a head-pos sort head-c csplit nice pathchk1
|