aboutsummaryrefslogtreecommitdiff
path: root/.run/src/bin/test-examples.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor: parallelize example builds in test-examples tool魏曹先生4 days1-17/+27
| | | | | | Split test-examples into two phases: build all examples in parallel first, then run tests serially against pre-built binaries. Abort on any build failure instead of skipping tests for that example.
* refactor: move example tests into per-example test.toml files魏曹先生4 days1-20/+49
| | | | | | Replace the centralized `examples/test-examples.toml` with individual `test.toml` files in each example directory, updating the test runner and related documentation accordingly.
* refactor(devtools): rename dev_tools to .run and replace run-tools魏曹先生2026-07-101-0/+158
scripts Replace the old run-tools.ps1/run-tools.sh scripts with a new unified run.ps1/run.sh launcher that supports multiple languages (PowerShell, Rust, Python, Go, C#, Nim, Perl, Ruby, Zig, and arbitrary binaries) from the `.run/src/bin` directory. Move all development tools from `dev_tools/` to `.run/`, update Cargo workspace config and relevant documentation references.