summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/main.c b/tests/main.c
index ff7560d..38eb544 100644
--- a/tests/main.c
+++ b/tests/main.c
@@ -4,6 +4,7 @@
#define TEST_MOD
#include "generated.c"
+#include "engine/magic.h"
double diff_time(struct timespec a, struct timespec b) {
double a_time = (double)a.tv_sec + a.tv_nsec * 1e-9;
@@ -13,6 +14,7 @@ double diff_time(struct timespec a, struct timespec b) {
}
int main() {
+ magic_init();
int i = 0;
int return_type = 0;
while (i < total_test_count) {