aboutsummaryrefslogtreecommitdiff
path: root/tests/unity/unity.c
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.c
parentea8bed34b49343a4e881bdd42096f69d245ef66e (diff)
downloadlvgl-28d2ad4c3ad013b9e6228eb425fabffbcbe4521c.tar.gz
lvgl-28d2ad4c3ad013b9e6228eb425fabffbcbe4521c.zip
feat(test) add assert for screenshot compare
Diffstat (limited to 'tests/unity/unity.c')
-rw-r--r--tests/unity/unity.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unity/unity.c b/tests/unity/unity.c
index 872da5b0b..efc9c57ee 100644
--- a/tests/unity/unity.c
+++ b/tests/unity/unity.c
@@ -4,6 +4,7 @@
[Released under MIT License. Please refer to license.txt for details]
============================================================================ */
#if LV_BUILD_TEST
+#define UNITY_INCLUDE_PRINT_FORMATTED 1
#include "unity.h"
#include <stddef.h>