aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource/generated.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/csource/generated.go')
-rw-r--r--pkg/csource/generated.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/csource/generated.go b/pkg/csource/generated.go
index 711e74801..6713c04c9 100644
--- a/pkg/csource/generated.go
+++ b/pkg/csource/generated.go
@@ -11370,6 +11370,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);