run.tests
来自「share BIDI DEMO code」· TESTS 代码 · 共 24 行
TESTS
24 行
#! /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 + =
减小字号Ctrl + -
显示快捷键?