mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 13:06:27 +02:00
Add CLI written in Node
This commit is contained in:
parent
d666e5c19d
commit
d8b6379b9a
9 changed files with 321 additions and 192 deletions
|
@ -2,54 +2,54 @@
|
|||
cd tests
|
||||
|
||||
echo 'testing awk'
|
||||
../execute awk test.awk
|
||||
../../cli/execute awk test.awk
|
||||
echo 'testing c'
|
||||
../execute c test.c
|
||||
../../cli/execute c test.c
|
||||
echo 'testing cpp'
|
||||
../execute cpp test.cpp
|
||||
../../cli/execute cpp test.cpp
|
||||
echo 'testing cs'
|
||||
../execute cs test.cs
|
||||
../../cli/execute cs test.cs
|
||||
echo 'testing deno'
|
||||
../execute deno testdeno.ts
|
||||
../../cli/execute deno testdeno.ts
|
||||
echo 'testing elisp'
|
||||
../execute elisp test.el
|
||||
../../cli/execute elisp test.el
|
||||
echo 'testing elixir'
|
||||
../execute exs test.exs
|
||||
../../cli/execute exs test.exs
|
||||
echo 'testing go'
|
||||
../execute go test.go
|
||||
../../cli/execute go test.go
|
||||
echo 'testing haskell'
|
||||
../execute haskell test.hs
|
||||
../../cli/execute haskell test.hs
|
||||
echo 'testing java'
|
||||
../execute java test.java
|
||||
../../cli/execute java test.java
|
||||
echo 'testing jelly'
|
||||
../execute jelly test.jelly
|
||||
../../cli/execute jelly test.jelly
|
||||
echo 'testing jl'
|
||||
../execute jl test.jl
|
||||
../../cli/execute jl test.jl
|
||||
echo 'testing js'
|
||||
../execute js test.js
|
||||
../../cli/execute js test.js
|
||||
echo 'testing kotlin'
|
||||
../execute kotlin test.kt
|
||||
../../cli/execute kotlin test.kt
|
||||
echo 'testing asm 32 bit'
|
||||
../execute asm test.nasm
|
||||
../../cli/execute asm test.nasm
|
||||
echo 'testing asm 64 bit'
|
||||
../execute asm64 test64.nasm
|
||||
../../cli/execute asm64 test64.nasm
|
||||
echo 'testing php'
|
||||
../execute php test.php
|
||||
../../cli/execute php test.php
|
||||
echo 'testing perl'
|
||||
../execute perl test.pl
|
||||
../../cli/execute perl test.pl
|
||||
echo 'testing ruby'
|
||||
../execute ruby test.rb
|
||||
../../cli/execute ruby test.rb
|
||||
echo 'testing rust'
|
||||
../execute rust test.rs
|
||||
../../cli/execute rust test.rs
|
||||
echo 'testing bash'
|
||||
../execute bash test.sh
|
||||
../../cli/execute bash test.sh
|
||||
echo 'testing swift'
|
||||
../execute swift test.swift
|
||||
../../cli/execute swift test.swift
|
||||
echo 'testing typescript'
|
||||
../execute typescript test.ts
|
||||
../../cli/execute typescript test.ts
|
||||
echo 'testing python2'
|
||||
../execute python2 test2.py
|
||||
../../cli/execute python2 test2.py
|
||||
echo 'testing python3'
|
||||
../execute python3 test3.py
|
||||
../../cli/execute python3 test3.py
|
||||
echo 'testing paradoc'
|
||||
../execute python3 test_paradoc.py
|
||||
../../cli/execute python3 test_paradoc.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue