| changeset 474 | 8a61bcd51ec3 | 
| parent 471 | 31b81f20fd9a | 
| child 478 | 0e6ca70496c1 | 
| 473:be818c5a67d4 | 474:8a61bcd51ec3 | 
|---|---|
| 11 | 11 | 
| 12 | 12 | 
| 13 # compilation tests | 13 # compilation tests | 
| 14 | 14 | 
| 15 function scala_compile { | 15 function scala_compile { | 
| 16 (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala-cli compile "$1" 2> c$out 1> c$out) | 16 (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala-cli compile -Xprint:parser "$1" 2> c$out 1> c$out) | 
| 17 } | 17 } | 
| 18 | 18 | 
| 19 # functional tests | 19 # functional tests | 
| 20 | 20 | 
| 21 function scala_assert { | 21 function scala_assert { |