summaryrefslogtreecommitdiff
path: root/t/txinfo-other-suffixes.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-12-31 13:30:51 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-12-31 13:30:51 +0100
commit924ef267ffd8602dcc0be71c589655812fbe4d85 (patch)
tree4dec27ec3b3f93c1a1055681fa2161f7cdef3bee /t/txinfo-other-suffixes.sh
parent162f61c8f8fc7ee14c9597faa5ac7e6695e52e8d (diff)
downloadautomake-924ef267ffd8602dcc0be71c589655812fbe4d85.tar.gz
tests: enhance and tweak some texinfo tests
* t/txinfo-subdir-pr343.sh: Move the tests checking that '.info.bak' files in subdirs are not unduly distributed into ... * t/txinfo-no-extra-dist.sh: ... in here. Enhance a little while at it. * t/txinfo-other-suffixes.sh: Also check that the '.texinfo' suffix is accepted and works. * t/txinfo-setfilename-suffix-match.sh: Remove useless call to autoconf, enhance a little. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/txinfo-other-suffixes.sh')
-rwxr-xr-xt/txinfo-other-suffixes.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/txinfo-other-suffixes.sh b/t/txinfo-other-suffixes.sh
index 549ead8b8..5af43768e 100755
--- a/t/txinfo-other-suffixes.sh
+++ b/t/txinfo-other-suffixes.sh
@@ -19,15 +19,17 @@
. test-init.sh
cat > Makefile.am << 'END'
-info_TEXINFOS = foo.txi
+info_TEXINFOS = foo.txi bar.texinfo
END
echo '@setfilename foo.info' > foo.txi
+echo '@setfilename bar.info' > bar.texinfo
: > texinfo.tex
$ACLOCAL
$AUTOMAKE
grep '^\.txi\.info: *$' Makefile.in
+grep '^\.texinfo\.info: *$' Makefile.in
: