1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 08:25:58 +01:00
Files
Unity/test/testdata/sample.yml
mvandervoord aca9892418 - fixed yaml load option
- 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
2011-01-22 18:20:39 +00:00

9 lines
137 B
YAML

:unity:
:includes:
- two.h
- three.h
- <four.h>
:plugins:
- :cexception
:suite_setup: |
a_yaml_setup();