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 f370e4b561..e96dc40faa 100644
--- a/core/host/main.c
+++ b/core/host/main.c
@@ -5,6 +5,7 @@
/* Entry point of unit test executable */
+#include "hooks.h"
#include "task.h"
#include "timer.h"
@@ -12,6 +13,8 @@ int main(void)
{
timer_init();
+ hook_init();
+
task_start();
return 0;