aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen-tests
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2025-04-10 22:23:08 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2025-04-10 22:23:08 +0300
commit7628ce2432108ae6306457f242e7cc3ac75b9ac0 (patch)
tree32a7b59f0e91b4c82bdeb4de3f75c1a04cc247da /scripts/gen-tests
parent0ba52d9043985baff61d4fae225420274d9ad9ab (diff)
parent531d307d310881e69efc8ae8c8119f5f5799e0f9 (diff)
downloadejit-7628ce2432108ae6306457f242e7cc3ac75b9ac0.tar.gz
ejit-7628ce2432108ae6306457f242e7cc3ac75b9ac0.zip
Merge branch 'tail'HEADmaster
Diffstat (limited to 'scripts/gen-tests')
-rwxr-xr-xscripts/gen-tests4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/gen-tests b/scripts/gen-tests
index 5521006..47ff9c9 100755
--- a/scripts/gen-tests
+++ b/scripts/gen-tests
@@ -11,5 +11,7 @@ do
echo "${dep}:" >> tests.mk
echo "-include ${dep}" >> tests.mk
echo "${exe}: ${s} libejit.a" >> tests.mk
- echo " \$(COMPILE_TEST) ${s} libejit.a -o ${exe}" >> 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