2019-04-22 17:06:42 -07: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-09-30 22:50:04 -07:00
|
|
|
```sh
|
2019-04-22 17:06:42 -07:00
|
|
|
./integration_tests/cowsay/test.sh
|
|
|
|
```
|