From 531d307d310881e69efc8ae8c8119f5f5799e0f9 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 10 Apr 2025 22:22:33 +0300 Subject: improve tests a bit + Runs tests on all arches that I have easy access to --- scripts/gen-tests | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/gen-tests') diff --git a/scripts/gen-tests b/scripts/gen-tests index deac247..47ff9c9 100755 --- a/scripts/gen-tests +++ b/scripts/gen-tests @@ -12,4 +12,6 @@ do echo "-include ${dep}" >> tests.mk echo "${exe}: ${s} libejit.a" >> tests.mk echo " \$(COMPILE_TEST) ${s} libejit.a -o ${exe} -lm" >> tests.mk + echo " ./${exe} \t# bytecode" >> tests.mk + echo " ./${exe} 1\t# jit" >> tests.mk done -- cgit v1.2.3