📄 run.tests
字号:
#! /bin/sh# run.test - Check that the algorithm does what it is supposed toif test -z "$srcdir"; then srcdir=. test "${VERBOSE+set}" != "set" && VERBOSE=yesfi# See how redirections should work.if test -z "$VERBOSE"; then exec > /dev/null 2>&1fiecho "=== Running test $0"# Attempt to execute the program we built../test_fribidi -capital_rtl tests/test-capital-rtl | tee > test.outputif diff test.output test.reference; then exit 0else exit 1fi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -