Add config file to utest to ensure UNITY_INCLUDE_CONFIG_H is always

defined.
This is required for Unity in order to ensure that unity_config.h is
included in builds.
Anna Bridge 2016-06-09 14:33:50 +01:00
parent a70780fc12
commit 774311d367
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{
"name": "utest",
"macros": ["UNITY_INCLUDE_CONFIG_H"]
}