Test suite for DASL.
Test results are available on the website.
Run the test suite locally by running ./run.sh after installing all the dependencies.
- Go
- Node and npm
- uv for Python
- Rust (and
cargo) - Java 21 (LTS) and Maven
Make sure to run npm install in harnesses/js/ before starting.
Look at the existing harnesses for reference. After creating your own, update super_harness.sh
and update_libs.sh to handle your new harness as well. Running ./run.sh should now show
your harness in the report.
This code is made available under the MIT license.