📄 runtest
字号:
#! /bin/csh -f## runtest <dbx> <testname>## Run dbx (with no environment so that stack addresses# have consistent values).## The first three lines of dbx output are ignored because# they contain version specific information.## This program is assumed to be running from within# one of the language-specific test subdirectories.#if (-e $2.in) then ../noenv $1 $2.x < $2.in |& tail +3else ../noenv $1 $2.x < $2.`machine`.in |& tail +3endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -