doc(fixing_tests): add links to directories containing tests that compare produced vs expected output

This commit is contained in:
Leonardo de Moura 2015-02-25 11:46:10 -08:00
parent d5538ddf19
commit daf27fd194

View file

@ -29,3 +29,13 @@ executing
When the `yes` option is provided, `meld` is automatically invoked
whenever there is discrepancy between the produced and expected
outputs. `meld` can also be used to repair the problems.
Here is the list of directories where produced output is compared with
the expected output (stored in a `*.expected.out` file).
- [`tests/lean`](../tests/lean)
- [`tests/lean/interactive`](../tests/lean/interactive)
Remark: in the directory `tests/lean/interactive`, the input test files have extension `.input`.
They simulate commands sent from Emacs to Lean.
The `.lean` files in this directory are used to simulate files opened by the user.