summaryrefslogtreecommitdiff
path: root/core/host/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/host/main.c')
-rw-r--r--core/host/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/host/main.c b/core/host/main.c
index f69107af4a..132a5fcaaf 100644
--- a/core/host/main.c
+++ b/core/host/main.c
@@ -8,11 +8,14 @@
#include "flash.h"
#include "hooks.h"
#include "task.h"
+#include "test_util.h"
#include "timer.h"
#include "uart.h"
int main(void)
{
+ register_test_end_hook();
+
flash_pre_init();
timer_init();