Updated readme
Some checks failed
CI / Test (Linux) (push) Has been cancelled
CI / Test (Windows MSVC) (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Format (push) Has been cancelled

This commit is contained in:
Eric Ratliff
2026-02-23 08:34:10 -06:00
parent 8374cb6079
commit 34d6a765b0

View File

@@ -259,6 +259,7 @@ your-project/
test_tmp36.cpp Library driver tests
CMakeLists.txt Fetches Google Test, compiles tests
build.sh / build.bat Compile sketch
build.sh / build.bat / build.ps1 Compile sketch (bat wraps ps1)
upload.sh / upload.bat Compile + upload to board
monitor.sh / monitor.bat Serial monitor
test.sh / test.bat Run host-side tests
@@ -440,7 +441,7 @@ Upload these to a Gitea release. The script requires `build-essential`,
cargo test
```
650 tests (137 unit + 506 integration + 7 end-to-end), zero warnings. The e2e
The test suite covers unit, integration, and end-to-end scenarios. 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