ThrowTheSwitch / Ceedling

Ruby-based unit testing and build system for C projects

Home Page:http://throwtheswitch.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrating MPLABX Stimulus/SCL with unit test on Simulator

shabu19 opened this issue · comments

Hi,
I want to integrate the SCL code generated by MPLAB Stimulus for register injection or any other instances into the unit test on simulator using Ceedling.
Other way around, can I integrate different register instances with my test_code through command line/ceedling, just like we do in Stimulus?
Thank you