-
Notifications
You must be signed in to change notification settings - Fork 282
Document how to write and run tests #373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
2897fc0
77dc00b
bb3e04b
5a9e3f4
2686e48
73ae0ef
76e1d40
6d24e22
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. | ||
|
Uh oh!
There was an error while loading. Please reload this page.