conditions.exp

来自「这是一个linux 嵌入式系统中很重要的GCC编译器程序」· EXP 代码 · 共 22 行

EXP
22
字号
# Lessons:# 1) may use \ to continue long lines# 2) Careful in specifying string end on string match, to be sure#    to exclude errors!  (cf output from nonsense.exp)catch "exec $MAKEINFO -o ./conditions.info $srcdir/text/conditions.texi" maki_outverbose "Makeinfo output: $maki_out" 1# The gdb manual works around this by putting a blank line after the pair of# @end if* commands.setup_xfail "*-*-*"if [string match                               \	"Making*file*conditions*from*conditions.texi'." \	"$maki_out"                            \   ] then {	pass "texinfo conditions"} else {	fail "texinfo conditions"}clear_xfail "*-*-*"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?