/
Unit Testing
Unit Testing
Framework used: Ceedling (Github)
Ceedling ties a bunch of useful C testing tools together in an easy to configure bundle. Apart from that, the only thing it provides is commands to run your unit tests.
Tools:
Provides an assertion library and test framework for testing files. Documentation found under docs/ folder on github.
Cheatsheet and Reference:
Provides a way to mock out module dependencies, so that you're only testing 1 file/module.
Docs / Cheatsheet:
, multiple selections available,
Related content
Flight Test Coordination
Flight Test Coordination
More like this
Pre-Flight Test Safety Checklist
Pre-Flight Test Safety Checklist
More like this
Single Servo Driver Test Plan
Single Servo Driver Test Plan
More like this
Compilation
Compilation
More like this
Integrated Development Environments (IDEs)
Integrated Development Environments (IDEs)
More like this
Getting Started with ZeroPilot
Getting Started with ZeroPilot
More like this