run-tests
Run tests to verify correctness after code changes.
Instructions
Run Rust unit tests:
tools/run-unit-testsRun integration tests:
tools/run-integration-testsYou can also run a specific suite:
tools/run-integration-tests --suite ast tools/run-integration-tests --suite fmt tools/run-integration-tests --suite perfetto-fmt tools/run-integration-tests --suite perfetto-val tools/run-integration-tests --suite amalg tools/run-integration-tests --suite grammarUse
tools/run-integration-tests --listto see all available suites.Report results to the user, including any failures with relevant output.