Use clearer file extensions for test files.

This commit is contained in:
Andy Stewart
2014-11-13 15:27:52 +01:00
parent 1f2bb48be5
commit e5add67b03
12 changed files with 12 additions and 8 deletions

View File

@@ -19,9 +19,9 @@ call Setup()
```
- Run the tests.
- Inspect output from the new test. If good, copy it to `foo.ok`.
- Inspect output (in `foo.actual`) from the new test. If good, copy it to `foo.expected`.
- Run the tests to ensure new test's output is verified.
- `rm *.out` and commit changes.
- Commit changes.
### Limitations