From 774311d36789c29dfef4bc6330775dd2371a9e9a Mon Sep 17 00:00:00 2001 From: Anna Bridge Date: Thu, 9 Jun 2016 14:33:50 +0100 Subject: [PATCH] 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. --- frameworks/utest/mbed_lib.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 frameworks/utest/mbed_lib.json diff --git a/frameworks/utest/mbed_lib.json b/frameworks/utest/mbed_lib.json new file mode 100644 index 0000000000..91a2d80879 --- /dev/null +++ b/frameworks/utest/mbed_lib.json @@ -0,0 +1,4 @@ +{ + "name": "utest", + "macros": ["UNITY_INCLUDE_CONFIG_H"] +}