aboutsummaryrefslogtreecommitdiff
path: root/tests/do_jit.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/do_jit.h')
-rw-r--r--tests/do_jit.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/do_jit.h b/tests/do_jit.h
new file mode 100644
index 0000000..d0d4921
--- /dev/null
+++ b/tests/do_jit.h
@@ -0,0 +1,10 @@
+#ifndef DOJIT_H
+#define DOJIT_H
+
+#ifdef FORCE_BCODE
+static bool do_jit = false;
+#else
+static bool do_jit = true;
+#endif
+
+#endif /* DOJIT_H */