Skip to content

Testing

Dependencies

See Installing dependencies for instructions on how to set up the testing environment for the WASM compiler tests.

Running

Run tests using:

stack test

To run tests, ignoring all the WASM tests:

stack test --ta '-p "! /slow tests/"'

Comments