2019-04-23 00:06:42 +00:00
|
|
|
# `cowsay` integration test
|
|
|
|
|
|
|
|
This starts Wasmer with the Cowsay WASI Wasm file. The test makes assertions on
|
|
|
|
the output of Wasmer. Run test with:
|
|
|
|
|
2019-10-01 05:50:04 +00:00
|
|
|
```sh
|
2019-04-23 00:06:42 +00:00
|
|
|
./integration_tests/cowsay/test.sh
|
|
|
|
```
|