Skip to content

Commit

Permalink
review: add line about *.cleanup files
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown authored and loganek committed May 12, 2023
1 parent 2bf0049 commit 7dad5f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ way to verify that the tests indeed passed.

Before executing anything, a test executor is expected to:
- find all `*.wasm` files in a given subdirectory — these are the _test cases_
- find all `*.cleanup` files in a given subdirectory and remove them — these are test
artifacts that can be generated during testing
- for each test case, look for a `.json` file in the same directory matching the base name (e.g.,
`foo.json` for `foo.wasm`) — parse this _specification_
- if no `.json` file is present, use a default specification; a (conceptual) default specification
Expand Down

0 comments on commit 7dad5f1

Please sign in to comment.