add missing tests, give clojure more time
This commit is contained in:
parent
9f7d01bb18
commit
a2afccad26
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd /tmp/$1
|
cd /tmp/$1
|
||||||
timeout -s KILL 3 xargs -a args.args -d '\n' clojure -M code.code < stdin.stdin
|
timeout -s KILL 10 xargs -a args.args -d '\n' clojure -M code.code < stdin.stdin
|
||||||
|
|
|
@ -6,6 +6,8 @@ echo -n 'testing bash = '
|
||||||
../../cli/execute bash bash.sh
|
../../cli/execute bash bash.sh
|
||||||
echo -n 'testing c = '
|
echo -n 'testing c = '
|
||||||
../../cli/execute c c.c
|
../../cli/execute c c.c
|
||||||
|
echo -n 'testing clojure = '
|
||||||
|
../../cli/execute clojure clojure.clj
|
||||||
echo -n 'testing cpp = '
|
echo -n 'testing cpp = '
|
||||||
../../cli/execute cpp cpp.cpp
|
../../cli/execute cpp cpp.cpp
|
||||||
echo -n 'testing crystal = '
|
echo -n 'testing crystal = '
|
||||||
|
@ -34,6 +36,8 @@ echo -n 'testing julia = '
|
||||||
../../cli/execute julia julia.jl
|
../../cli/execute julia julia.jl
|
||||||
echo -n 'testing kotlin = '
|
echo -n 'testing kotlin = '
|
||||||
../../cli/execute kotlin kotlin.kt
|
../../cli/execute kotlin kotlin.kt
|
||||||
|
echo -n 'testing lolcode = '
|
||||||
|
../../cli/execute lolcode lolcode.lol
|
||||||
echo -n 'testing lisp = '
|
echo -n 'testing lisp = '
|
||||||
../../cli/execute lisp lisp.cl
|
../../cli/execute lisp lisp.cl
|
||||||
echo -n 'testing nasm 32 bit = '
|
echo -n 'testing nasm 32 bit = '
|
||||||
|
|
Loading…
Reference in New Issue