aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen-tests
diff options
context:
space:
mode:
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