pub fn run_tests(
entry_path: &Path,
options: &CompileOptions,
) -> Result<String, Vec<Diagnostic>>Expand description
Run all #[test] functions in a project.
For each test function, we:
- Parse and type-check the project
- Compile a mini-program that just calls the test function
- Report pass/fail with cost summary