From 49aa680ccdac46d1d2a7f9f250999b7ff7099548 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 29 Jun 2024 14:20:07 +0300 Subject: start adding tests --- tests/do_jit.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/do_jit.h (limited to 'tests/do_jit.h') 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 */ -- cgit v1.2.3