cvra / platform-abstraction

Platform abstraction layer for microcontrollers
3 stars 6 forks source link

Build mocks outside of tests #46

Open antoinealb opened 9 years ago

antoinealb commented 9 years ago

So @31415us had a new usage case tonight : he needed to build some code that relied on platform abstraction to use it in a debugging / visualization tool. So he needed the mock implementation of mutex, etc. but not the main function of test-runner.

Any idea on what would be the best way to handle this specific case ?