5c01b43b4b8348302cdc9646025e985da048ad6f
[platform/upstream/coreutils.git] / tests / misc / Makefile.am
1 ## Process this file with automake to produce Makefile.in -*-Makefile-*-.
2
3 EXTRA_DIST = $(TESTS)
4
5 TESTS_ENVIRONMENT = \
6   top_srcdir=$(top_srcdir) \
7   srcdir=$(srcdir) \
8   PACKAGE_VERSION=$(PACKAGE_VERSION) \
9   PERL="$(PERL)" \
10   BUILD_SRC_DIR="`pwd`/../../src" \
11   PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \
12   PROG=`../../src/basename -- "$$tst"`
13
14 # Do not choose a name that is a shell keyword like 'if', or a
15 # commonly-used utility like 'cat' or 'test', as the name of a test.
16 # Otherwise, VPATH builds will fail on hosts like Solaris, since they
17 # will expand 'if test ...' to 'if .../test ...', and the '.../test'
18 # will execute the test script rather than the standard utility.
19
20 TESTS = \
21   wc-files0-from \
22   wc-files0 \
23   cat-proc \
24   base64 \
25   basename \
26   close-stdout \
27   csplit \
28   date \
29   date-sec \
30   df \
31   dirname \
32   expand \
33   false-status \
34   fold \
35   head-c \
36   head-elide-tail \
37   head-pos \
38   mknod \
39   nice \
40   nl \
41   nohup \
42   paste-no-nl \
43   pathchk1 \
44   printf \
45   printf-hex \
46   pwd-long \
47   sha224sum \
48   sha256sum \
49   sha384sum \
50   sha512sum \
51   shuf \
52   sort-merge \
53   sort-rand \
54   split-a \
55   split-fail \
56   split-l \
57   stat-fmt \
58   stat-printf \
59   tac-continue \
60   test-diag \
61   tty-eof