From 34d6a765b07d94ac937d77686a58195cd151c90f Mon Sep 17 00:00:00 2001 From: Eric Ratliff Date: Mon, 23 Feb 2026 08:34:10 -0600 Subject: [PATCH] Updated readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da6599c..acd0bd5 100644 --- a/README.md +++ b/README.md @@ -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