Updated readme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user