Skip to content

Commit 7dad5f1

Browse files
abrownloganek
authored andcommitted
review: add line about *.cleanup files
1 parent 2bf0049 commit 7dad5f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/specification.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ way to verify that the tests indeed passed.
1010

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

0 commit comments

Comments
 (0)