1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00
Files
coreutils/tests/misc/Makefile.am

60 lines
1.2 KiB
Makefile
Raw Normal View History

2001-08-18 09:23:11 +00:00
## 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) \
2003-04-05 18:03:47 +00:00
PERL="$(PERL)" \
BUILD_SRC_DIR="`pwd`/../../src" \
PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \
PROG=`../../src/basename -- "$$tst"`
# Do not choose a name that is a shell keyword like 'if', or a
# commonly-used utility like 'cat' or 'test', as the name of a test.
# Otherwise, VPATH builds will fail on hosts like Solaris, since they
# will expand 'if test ...' to 'if .../test ...', and the '.../test'
# will execute the test script rather than the standard utility.
2001-08-18 09:23:11 +00:00
2002-11-06 09:23:50 +00:00
TESTS = \
wc-files0-from \
wc-files0 \
cat-proc \
2006-02-27 13:38:42 +00:00
base64 \
2006-03-26 11:48:19 +00:00
basename \
2004-11-14 00:17:10 +00:00
close-stdout \
2006-03-26 11:48:19 +00:00
csplit \
date \
2004-03-15 09:02:50 +00:00
date-sec \
2006-03-26 11:48:19 +00:00
dirname \
2004-01-09 21:49:28 +00:00
expand \
false-status \
2003-08-11 14:34:51 +00:00
fold \
2006-03-26 11:48:19 +00:00
head-c \
2003-05-04 13:56:43 +00:00
head-elide-tail \
2006-03-26 11:48:19 +00:00
head-pos \
mknod \
nice \
nl \
nohup \
paste-no-nl \
pathchk1 \
printf \
2002-11-06 09:23:50 +00:00
printf-hex \
pwd-long \
2006-03-26 11:48:19 +00:00
sha224sum \
sha256sum \
sha384sum \
sha512sum \
sort-merge \
2006-03-26 11:48:19 +00:00
sort-rand \
split-a \
split-fail \
split-l \
stat-fmt \
stat-printf \
tac-continue \
test-diag \
2006-03-26 11:48:19 +00:00
tty-eof