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

issue

joseph-eglu opened this issue · comments

:defines:

in order to add common defines:

1) remove the trailing [] from the :common: section

2) add entries to the :common: section (e.g. :test: has TEST defined)

:common: &common_defines []
:test:
- *common_defines
- TEST
- UNITY_OUTPUT_COLOR #this is just here to make sure it gets removed by ceedling
:test_preprocess:
- *common_defines
- TEST

where do I add test specific #defines?