mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-30 21:44:45 +08:00
9b3bb934bc
backed out due to updates provoked by the copyright changes. * tests/Makefile.am.in (PATH): Prepend $(VG_PATH_PREFIX), so that it propagates to the derived Makefile.am files. ($(srcdir)/Makefile.am): Mark generated .am files as read-only, so we don't mistakenly edit them again. * tests/cut/Makefile.am: Regenerate. * tests/head/Makefile.am: Likewise. * tests/join/Makefile.am: Likewise. * tests/pr/Makefile.am: Likewise. * tests/sort/Makefile.am: Likewise. * tests/tac/Makefile.am: Likewise. * tests/tail/Makefile.am: Likewise. * tests/test/Makefile.am: Likewise. * tests/tr/Makefile.am: Likewise. * tests/uniq/Makefile.am: Likewise. * tests/wc/Makefile.am: Likewise.
82 lines
3.6 KiB
Makefile
82 lines
3.6 KiB
Makefile
# Make coreutils tests. -*-Makefile-*-
|
|
|
|
# Copyright (C) 1997, 1998, 2000, 2003, 2004, 2006 Free Software
|
|
# Foundation, Inc.
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
# (at your option) any later version.
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this program; if not, write to the Free Software
|
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
|
# 02110-1301, USA.
|
|
|
|
##test-files-begin
|
|
x = cut
|
|
explicit =
|
|
maint_gen = 1.I 1.X 2.I 2.X 3.I 3.X 4.I 4.X 5.I 5.X 6.I 6.X 7.I 7.X 8.I 8.X \
|
|
9.I 9.X a.I a.X b.I b.X c.I c.X d.I d.X e.I e.X f.I f.X g.I g.X h.I h.X i.I \
|
|
i.X j.I j.X k.I k.X l.I l.X m.I m.X n.I n.X o.I o.X p.I p.X q.I q.X r.I r.X \
|
|
s.I s.X t.I t.X u.I u.X v.I v.X w.I w.X x.I x.X y.I y.X z.I z.X empty-fl.I \
|
|
empty-fl.X missing-fl.I missing-fl.X empty-bl.I empty-bl.X missing-bl.I \
|
|
missing-bl.X empty-f1.I empty-f1.X empty-f2.I empty-f2.X o-delim.I o-delim.X \
|
|
nul-idelim.I nul-idelim.X nul-odelim.I nul-odelim.X multichar-od.I \
|
|
multichar-od.X 8bit-delim.I 8bit-delim.X out-delim1.I out-delim1.X \
|
|
out-delim2.I out-delim2.X out-delim3.I out-delim3.X out-delim3a.I \
|
|
out-delim3a.X out-delim4.I out-delim4.X out-delim5.I out-delim5.X \
|
|
out-delim6.I out-delim6.X od-abut.I od-abut.X od-overlap.I od-overlap.X \
|
|
od-overlap2.I od-overlap2.X od-overlap3.I od-overlap3.X od-overlap4.I \
|
|
od-overlap4.X od-overlap5.I od-overlap5.X
|
|
run_gen = 1.O 1.E 2.O 2.E 3.O 3.E 4.O 4.E 5.O 5.E 6.O 6.E 7.O 7.E 8.O 8.E 9.O \
|
|
9.E a.O a.E b.O b.E c.O c.E d.O d.E e.O e.E f.O f.E g.O g.E h.O h.E i.O i.E \
|
|
j.O j.E k.O k.E l.O l.E m.O m.E n.O n.E o.O o.E p.O p.E q.O q.E r.O r.E s.O \
|
|
s.E t.O t.E u.O u.E v.O v.E w.O w.E x.O x.E y.O y.E z.O z.E empty-fl.O \
|
|
empty-fl.E missing-fl.O missing-fl.E empty-bl.O empty-bl.E missing-bl.O \
|
|
missing-bl.E empty-f1.O empty-f1.E empty-f2.O empty-f2.E o-delim.O o-delim.E \
|
|
nul-idelim.O nul-idelim.E nul-odelim.O nul-odelim.E multichar-od.O \
|
|
multichar-od.E 8bit-delim.O 8bit-delim.E out-delim1.O out-delim1.E \
|
|
out-delim2.O out-delim2.E out-delim3.O out-delim3.E out-delim3a.O \
|
|
out-delim3a.E out-delim4.O out-delim4.E out-delim5.O out-delim5.E \
|
|
out-delim6.O out-delim6.E od-abut.O od-abut.E od-overlap.O od-overlap.E \
|
|
od-overlap2.O od-overlap2.E od-overlap3.O od-overlap3.E od-overlap4.O \
|
|
od-overlap4.E od-overlap5.O od-overlap5.E
|
|
##test-files-end
|
|
|
|
EXTRA_DIST = Test.pm $x-tests $(explicit) $(maint_gen)
|
|
noinst_SCRIPTS = $x-tests
|
|
TESTS_ENVIRONMENT = \
|
|
PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH"
|
|
|
|
editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,$(srcdir),g'
|
|
|
|
TESTS = $x-tests
|
|
|
|
mk_script = $(srcdir)/../mk-script
|
|
$(srcdir)/$x-tests: $(mk_script) Test.pm Makefile.am
|
|
test '$x' = test && prog=../../src/$x || prog=$x; \
|
|
$(PERL) -I$(srcdir) -w -- $(mk_script) $(srcdir) $$prog > $@.n
|
|
mv $@.n $@
|
|
chmod 755 $@
|
|
|
|
MAINTAINERCLEANFILES = $x-tests $(maint_gen)
|
|
CLEANFILES = $(run_gen)
|
|
|
|
check: $(maint_gen)
|
|
|
|
$(srcdir)/Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
|
|
rm -f $@ $@t
|
|
sed -n '1,/^##test-files-begin/p' $(srcdir)/../Makefile.am.in > $@t
|
|
tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
|
|
echo "x = $$tool" >> $@t
|
|
$(PERL) -I$(srcdir) -w -- $(mk_script) $(srcdir) --list >> $@t
|
|
sed -n '/^##test-files-end/,$$p' $(srcdir)/../Makefile.am.in >> $@t
|
|
chmod -w $@t
|
|
mv $@t $@
|