This commit is contained in:
Vrganj 2021-01-23 22:45:42 +01:00
parent d86eb04dec
commit 1c1fa316e5
6 changed files with 30 additions and 0 deletions

View file

@ -41,6 +41,8 @@ echo -n 'testing nasm 32 bit = '
../../cli/execute nasm nasm.nasm
echo -n 'testing nasm 64 bit = '
../../cli/execute nasm64 nasm64.nasm
echo -n 'testing nim = '
../../cli/execute nim nim.nim
echo -n 'testing node = '
../../cli/execute node node.js
echo -n 'testing paradoc = '