aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_ext.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/common_ext.h')
-rw-r--r--executor/common_ext.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/executor/common_ext.h b/executor/common_ext.h
index 22361649f..edbfcac0b 100644
--- a/executor/common_ext.h
+++ b/executor/common_ext.h
@@ -9,3 +9,6 @@
// This file can also define SYZ_HAVE_SETUP_EXT to 1 and provide
// void setup_ext() function that will be called during VM setup.
+
+// This file can also define SYZ_HAVE_SETUP_EXT_TEST to 1 and provide
+// void setup_ext_test() function that will be called during setup of each test process.