浏览代码

tools/tests: add missing doc about shell tests

pull/85/head
Virgil Dupras 4 年前
父节点
当前提交
948a06cb41
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. +7
    -0
      tools/tests/README.md

+ 7
- 0
tools/tests/README.md 查看文件

@@ -40,3 +40,10 @@ However, there are tricks.
1. Run `unit/runtests.sh <name of file to test>` to target a specific test unit.
2. Insert a `halt` to see the value of `A` at any given moment: it will be your
reported error code (if 0, runbin will report a success).

## shell

Those tests are in the form of shell "replay" files. Every ".replay" file in
this folder contains the contents to type in the shell. That contents is piped
through the shell and the output is then compared with the corresponding
".expected" file. If they match exactly, the test passes.

正在加载...
取消
保存