diff options
| author | 童宗振 <[email protected]> | 2024-04-17 07:55:37 +0000 |
|---|---|---|
| committer | 童宗振 <[email protected]> | 2024-04-17 07:55:37 +0000 |
| commit | 8c74c9d049ad99e0135bc741db63e4e9778ae3f4 (patch) | |
| tree | cf4f70f3fbe2a50f9d1e541e4155915723efdf1f /test | |
| parent | 0b9479c86372d49ee737c93258228765c066740b (diff) | |
Check return value
Diffstat (limited to 'test')
| -rw-r--r-- | test/cmocka_test.c | 1 |
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) { |
