Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 733 Bytes

File metadata and controls

26 lines (17 loc) · 733 Bytes

DASL Testing

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.

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.

Contributing

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.

License

This code is made available under the MIT license.