aboutsummaryrefslogtreecommitdiff
path: root/texinfo/testsuite/makeinfo.0/smstruct.exp
diff options
context:
space:
mode:
Diffstat (limited to 'texinfo/testsuite/makeinfo.0/smstruct.exp')
-rw-r--r--texinfo/testsuite/makeinfo.0/smstruct.exp14
1 files changed, 14 insertions, 0 deletions
diff --git a/texinfo/testsuite/makeinfo.0/smstruct.exp b/texinfo/testsuite/makeinfo.0/smstruct.exp
new file mode 100644
index 00000000000..1a0c00f275c
--- /dev/null
+++ b/texinfo/testsuite/makeinfo.0/smstruct.exp
@@ -0,0 +1,14 @@
+catch "exec $MAKEINFO -o ./smstruct.info $srcdir/text/smstruct.texi" maki_out
+
+verbose "Makeinfo output: $maki_out" 1
+
+if [string match \
+ "Making*file*smstruct*from*smstruct.texi'." \
+ "$maki_out" \
+ ] then {
+ pass "structured source file"
+} else {
+ fail "structured source file"
+}
+
+