Testing¶
Dependencies¶
See Installing dependencies for instructions on how to set up the testing environment for the WASM compiler tests.
Running¶
Run tests using:
make test
Or using Stack
:
stack test
To run only quick tests, ignoring all slow tests:
stack test --ta '-p "! /slow tests/"'