]> git.ipfire.org Git - thirdparty/gcc.git/blob - texinfo/testsuite/makeinfo.0/smstruct.exp
Initial revision
[thirdparty/gcc.git] / texinfo / testsuite / makeinfo.0 / smstruct.exp
1 catch "exec $MAKEINFO -o ./smstruct.info $srcdir/text/smstruct.texi" maki_out
2
3 verbose "Makeinfo output: $maki_out" 1
4
5 if [string match \
6 "Making*file*smstruct*from*smstruct.texi'." \
7 "$maki_out" \
8 ] then {
9 pass "structured source file"
10 } else {
11 fail "structured source file"
12 }
13
14