Trying to fix some build errors with regression tests, but this is failing

This commit is contained in:
Eric Ratliff
2026-02-22 19:10:40 -06:00
parent d5220bea03
commit 6a0b3af330
7 changed files with 717 additions and 1 deletions

View File

@@ -440,7 +440,7 @@ Upload these to a Gitea release. The script requires `build-essential`,
cargo test
```
642 unit/integration tests plus 7 end-to-end tests, zero warnings. The e2e
650 tests (137 unit + 506 integration + 7 end-to-end), zero warnings. The e2e
tests generate real projects and compile their C++ test suites, catching
build-system issues like missing linker flags and include paths. They require
cmake and a C++ compiler; if those tools are not installed, the compile tests