summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
author童宗振 <[email protected]>2024-04-17 07:55:37 +0000
committer童宗振 <[email protected]>2024-04-17 07:55:37 +0000
commit8c74c9d049ad99e0135bc741db63e4e9778ae3f4 (patch)
treecf4f70f3fbe2a50f9d1e541e4155915723efdf1f /test
parent0b9479c86372d49ee737c93258228765c066740b (diff)
Check return value
Diffstat (limited to 'test')
-rw-r--r--test/cmocka_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cmocka_test.c b/test/cmocka_test.c
index 64681b3..b96a368 100644
--- a/test/cmocka_test.c
+++ b/test/cmocka_test.c
@@ -10,6 +10,7 @@
#include <cmocka.h>
struct mr_instance * mr_instance = NULL;
+unsigned int zlog_env_is_init = 0;
int setup(void ** state)
{