hasselmm / cmake-toolchain-arduino-cli

A CMake toolchain for Arduino entirely based upon Arduino CLI
MIT License
1 stars 0 forks source link

Setup unit tests for major CMake functions of the toolchain #11

Open hasselmm opened 2 months ago

hasselmm commented 2 months ago

There should be CTest based unit tests for the major CMake functions of this toolchain. Some of them are just way to complex to release them to the wild entirely untested.

Test coverage might be checked by parsing CMake's google-trace file.

Full code coverage is the scope of issue #12.