mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-24 00:45:58 +01:00
- added option to specify includes as <stdlib.h> so that they will get angle brackets instead of "" git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@114 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
9 lines
137 B
YAML
9 lines
137 B
YAML
:unity:
|
|
:includes:
|
|
- two.h
|
|
- three.h
|
|
- <four.h>
|
|
:plugins:
|
|
- :cexception
|
|
:suite_setup: |
|
|
a_yaml_setup(); |