aboutsummaryrefslogtreecommitdiff
path: root/tests/unity/unity.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unity/unity.h')
-rw-r--r--tests/unity/unity.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/unity/unity.h b/tests/unity/unity.h
index 0def296f9..bf8eceaea 100644
--- a/tests/unity/unity.h
+++ b/tests/unity/unity.h
@@ -4,6 +4,8 @@
[Released under MIT License. Please refer to license.txt for details]
========================================== */
#if LV_BUILD_TEST
+#define UNITY_INCLUDE_PRINT_FORMATTED 1
+
#ifndef UNITY_FRAMEWORK_H
#define UNITY_FRAMEWORK_H
#define UNITY
@@ -660,4 +662,7 @@ void verifyTest(void);
#endif
#endif
+
+#include "unity_support.h"
+
#endif /*LV_BUILD_TEST*/