diff options
Diffstat (limited to 'scripts/gen-tests')
-rwxr-xr-x | scripts/gen-tests | 2 |
1 files changed, 2 insertions, 0 deletions
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 |