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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/do_jit.h b/tests/do_jit.h
index d0d4921..637ed7d 100644
--- a/tests/do_jit.h
+++ b/tests/do_jit.h
@@ -7,4 +7,12 @@ static bool do_jit = false;
static bool do_jit = true;
#endif
+#define erf3 ejit_run_func_3
+#define erf2 ejit_run_func_2
+#define erf1 ejit_run_func_1
+
+#define erff3 ejit_run_func_f_3
+#define erff2 ejit_run_func_f_2
+#define erff1 ejit_run_func_f_1
+
#endif /* DOJIT_H */