| changeset 249 | 65cb10f8014a |
| parent 236 | fac3ebafbac1 |
| child 266 | 31e5218f43de |
| 248:e8d966b1826d | 249:65cb10f8014a |
|---|---|
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 "$1" 2>> $out 1>> $out) |
16 (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala -nc "$1" 2>> $out 1>> $out) |
17 } |
17 } |
18 |
18 |
19 # functional tests |
19 # functional tests |
20 |
20 |
21 function scala_assert { |
21 function scala_assert { |