summaryrefslogtreecommitdiff
path: root/common/test_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/test_util.c')
-rw-r--r--common/test_util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/test_util.c b/common/test_util.c
index f613c62813..58a6e5e05c 100644
--- a/common/test_util.c
+++ b/common/test_util.c
@@ -20,6 +20,9 @@ int __test_error_count;
/* Weak reference function as an entry point for unit test */
test_mockable void run_test(void) { }
+/* Default dummy test init */
+test_mockable void test_init(void) { }
+
#ifdef TEST_COVERAGE
extern void __gcov_flush(void);