Merge pull request #56 from Vrganj/nim

add nim
This commit is contained in:
Brian Seymour 2021-01-24 23:02:11 -06:00 committed by GitHub
commit 382b9e09a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 = '