We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729ca22 commit 80cf018Copy full SHA for 80cf018
tests/README.md
@@ -55,6 +55,17 @@ Use `git submodule init` + `git submodule update` before running the tests.
55
56
The tests are generated by a macro `codegen_tests` in [crates/test-helpers](../crates/test-helpers/).
57
58
+You can run all `codegen` tests in rust with the following command:
59
+
60
+```sh
61
+cargo run test \
62
+ --languages rust \
63
+ --artifacts target/artifacts \
64
+ --rust-wit-bindgen-path ./crates/guest-rust \
65
+ tests/codegen
66
+```
67
68
69
## Testing wit-bindgen - `runtime`
70
71
Otherwise tests are organized in `tests/runtime/*`. Inside this directory is a
0 commit comments