mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-17 21:02:25 +02:00
26 lines
516 B
Makefile
26 lines
516 B
Makefile
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
|
|
|
|
EXTRA_DIST = $(TESTS)
|
|
|
|
TESTS_ENVIRONMENT = \
|
|
top_srcdir=$(top_srcdir) \
|
|
srcdir=$(srcdir) \
|
|
PACKAGE_VERSION=$(PACKAGE_VERSION) \
|
|
PERL="$(PERL)" \
|
|
PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \
|
|
PROG=$$tst
|
|
|
|
TESTS = \
|
|
paste-no-nl \
|
|
stat-fmt \
|
|
expand \
|
|
fold \
|
|
nohup \
|
|
readlink \
|
|
head-elide-tail \
|
|
split-fail \
|
|
false \
|
|
tty-eof \
|
|
printf-hex \
|
|
nl split-l printf split-a head-pos sort head-c csplit nice pathchk1
|