aboutsummaryrefslogtreecommitdiff
path: root/tests/unity/unity.h
diff options
context:
space:
mode:
authorGabor Kiss-Vamosi <kisvegabor@gmail.com>2021-06-03 16:38:58 +0200
committerGabor Kiss-Vamosi <kisvegabor@gmail.com>2021-06-18 14:13:41 +0200
commit28d2ad4c3ad013b9e6228eb425fabffbcbe4521c (patch)
tree6554f7c3b6abba3f87f6a531eac7a78996c40232 /tests/unity/unity.h
parentea8bed34b49343a4e881bdd42096f69d245ef66e (diff)
downloadlvgl-28d2ad4c3ad013b9e6228eb425fabffbcbe4521c.tar.gz
lvgl-28d2ad4c3ad013b9e6228eb425fabffbcbe4521c.zip
feat(test) add assert for screenshot compare
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*/