mirror of
https://github.com/engineer-man/piston.git
synced 2025-09-20 19:00:04 +02:00
Merge branch 'master' into master
This commit is contained in:
commit
99038d3e6d
10 changed files with 61 additions and 4 deletions
|
@ -31,6 +31,8 @@ echo 'testing asm 32 bit'
|
|||
../execute asm test.nasm
|
||||
echo 'testing asm 64 bit'
|
||||
../execute asm64 test64.nasm
|
||||
echo 'testing nim'
|
||||
../execute nim test.nim
|
||||
echo 'testing php'
|
||||
../execute php test.php
|
||||
echo 'testing perl'
|
||||
|
@ -51,3 +53,5 @@ echo 'testing python3'
|
|||
../execute python3 test3.py
|
||||
echo 'testing common lisp'
|
||||
../execute sbcl --script test.cl
|
||||
echo 'testing paradoc'
|
||||
../execute python3 test_paradoc.py
|
Loading…
Add table
Add a link
Reference in a new issue