Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ be present:
To run a test do the following steps to prepare for execution:

- Prepare inputs
- Given an `<input>` module; take the <basename> of said module.
- Given an `<input>.wasm` file; take the `<basename>` of said module.
- If `<basename>.<arg>` exists; take the program arguments from said file.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a minor detail, but I'd find this more clear with ".args" instead of ".arg".

Also, we should document the whitespacing convention in the arguments file. Can we say that arguments are separated by whitespace, and '"' quotes may be used to enclose an argument containing whitespace?

- If `<basename>.<env>` exists; take the program environment from said file.
- If `<basename>.<dir>` exists; preopen the directory from said file.
Expand Down