* lib/lstat.c, lib/stat.c: removed from repository. These files
[findutils.git] / testsuite / Makefile.am
blob38d799a18556e9c5605dd4aec2a6782b876629f4
1 AUTOMAKE_OPTIONS=dejagnu
2 XARGS = ../xargs/xargs
3 XARGSFLAGS =
5 RUNTEST= runtest
6 RUNTESTFLAGS=
8 #EXTRA_DIST = config/*.exp inputs/*.xi xargs.*/*.exp xargs.*/*.xo
9 EXTRA_DIST = config/unix.exp \
10         inputs/eof.xi \
11         inputs/eofstr.xi \
12         inputs/files.xi \
13         inputs/files0.xi \
14         inputs/quotes.xi \
15         xargs.gnu/0n3.exp \
16         xargs.gnu/0n3.xo \
17         xargs.gnu/nothing.exp \
18         xargs.gnu/nothing.xo \
19         xargs.gnu/r.exp \
20         xargs.posix/hithere.exp \
21         xargs.posix/hithere.xo \
22         xargs.posix/n3.exp \
23         xargs.posix/n3.xo \
24         xargs.posix/quotes.exp \
25         xargs.posix/quotes.xo \
26         xargs.posix/s47.exp \
27         xargs.posix/s47.xo \
28         xargs.posix/s470.exp \
29         xargs.posix/s470.xo \
30         xargs.posix/s48.exp \
31         xargs.posix/s48.xo \
32         xargs.posix/s6.exp \
33         xargs.sysv/eEOF.exp \
34         xargs.sysv/eEOF.xo \
35         xargs.sysv/eof.exp \
36         xargs.sysv/eof.xo \
37         xargs.sysv/iARG.exp \
38         xargs.sysv/iARG.xo \
39         xargs.sysv/iquotes.exp \
40         xargs.sysv/iquotes.xo \
41         xargs.sysv/l1n4.exp \
42         xargs.sysv/l1n4.xo \
43         xargs.sysv/l2.exp \
44         xargs.sysv/l2.xo
46 DIST_SUBDIRS = config inputs xargs.gnu xargs.posix xargs.sysv
48 CLEANFILES = *.log *.sum site.exp site.bak
50 check: site.exp
51         @echo This only works if you have the DejaGNU runtest program installed...
52         $(RUNTEST) $(RUNTESTFLAGS) --tool xargs XARGS=${XARGS} \
53         XARGSFLAGS="${XARGSFLAGS}" --srcdir $(srcdir)
55 site.exp:
56         @echo "Making a new site.exp file..."
57         -@rm -f site.bak
58         -@mv site.exp site.bak
59         @echo "## these variables are automatically generated by make ##" > site.exp
60         @echo "# Do not edit here. If you wish to override these values" >> site.exp
61         @echo "# add them to the last section" >> site.exp
62         @echo "set tool xargs" >> site.exp
63         @echo "set srcdir ${srcdir}" >> site.exp
64         @echo "set objdir `pwd`" >> site.exp
65         @echo "## All variables above are generated by configure. Do Not Edit ##" >> site.exp
66         -@sed '1,/^## All variables above are.*##/ d' site.bak >> site.exp
68 FORCE: