changeset 477 | a4e1f63157d8 |
parent 475 | 59e005dcf163 |
476:7550c816187a | 477:a4e1f63157d8 |
---|---|
14 # marks for main part 2 |
14 # marks for main part 2 |
15 |
15 |
16 # compilation tests |
16 # compilation tests |
17 |
17 |
18 function scala_compile { |
18 function scala_compile { |
19 (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala-cli compile "$1" 2> c$out 1> c$out) |
19 (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala-cli compile -Xprint:parser "$1" 2> c$out 1> c$out) |
20 } |
20 } |
21 |
21 |
22 # functional tests |
22 # functional tests |
23 |
23 |
24 function scala_assert { |
24 function scala_assert { |