Skip to content

Commit 774311d

Browse files
committed
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.
1 parent a70780f commit 774311d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frameworks/utest/mbed_lib.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "utest",
3+
"macros": ["UNITY_INCLUDE_CONFIG_H"]
4+
}

0 commit comments

Comments
 (0)