A simple unit testing framework for C based on the xUnit style. Ideal for Test Driven Development (TDD). Designed to be portable. Those who are new to TDD / Unit Testing, can jump straight to Getting Started. Seatest requires to explicitly register all the tests and fixtures as the framework needs to be easily used in embedded environments / compilers / IDEs. The current prime target being PICs and the MPLAB IDE. Supports embedded development using a dual compiler approach. All the test fixtures and tests are created through the structure of the code itself.
Note, this section is currently getting built up and might seem a bit incomplete at times.
It needs building into a full tutorial and a description on how to do embedded C unit testing
for more information check it out at GitHub
View MANUFACTURERS Wallboard
Theme by Danetsoft and Danang Probo Sayekti
Comments
Getting Started
Note, this section is currently getting built up and might seem a bit incomplete at times.
It needs building into a full tutorial and a description on how to do embedded C unit testing
for more information check it out at GitHub