Search found 1 match
- Thu Jun 27, 2024 2:10 pm
- Forum: ESP-IDF
- Topic: Unit tests with unity and C++
- Replies: 0
- Views: 509
Unit tests with unity and C++
Hello, I have a project with a few components that I want to test. I've read the documentation and started to create unit tests using unity for one of my component (the component is switches.hpp/cpp). I've created a test folder in the component's folder and added a CMakeLists.txt and the test file a...