gcc/texinfo/testsuite/makeinfo.0/smstruct.exp

15 lines
344 B
Plaintext

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"
}