diff --git a/doc/specification.md b/doc/specification.md index 17b9732e..258f0b50 100644 --- a/doc/specification.md +++ b/doc/specification.md @@ -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