aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/common.h')
-rw-r--r--executor/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/executor/common.h b/executor/common.h
index 2ee0d5bd2..fb7b04f4a 100644
--- a/executor/common.h
+++ b/executor/common.h
@@ -668,6 +668,9 @@ static void loop(void)
#if SYZ_HAVE_SETUP_TEST
setup_test();
#endif
+#if SYZ_HAVE_SETUP_EXT_TEST
+ setup_ext_test();
+#endif
#if GOOS_akaros
#if SYZ_EXECUTOR
dup2(child_pipe[0], kInPipeFd);