From 7dad5f155d3f5f114353c5993384aa20e6fa32f2 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 9 May 2023 07:51:04 -0700 Subject: [PATCH] review: add line about *.cleanup files --- doc/specification.md | 2 ++ 1 file changed, 2 insertions(+) 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