| changeset 474 | 8a61bcd51ec3 |
| parent 472 | fbff6f601370 |
| child 479 | 78cb5cdda3c3 |
| 473:be818c5a67d4 | 474:8a61bcd51ec3 |
|---|---|
11 echo -e "" >> $out |
11 echo -e "" >> $out |
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 { |