changeset 261 | 8997430d9765 |
parent 243 | 9bb36426c781 |
child 266 | ca48ac1d3c3e |
260:b4812c877b05 | 261:8997430d9765 |
---|---|
10 |
10 |
11 |
11 |
12 # compilation tests |
12 # compilation tests |
13 |
13 |
14 function scala_compile { |
14 function scala_compile { |
15 (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala "$1" 2>> $out 1>> $out) |
15 (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala -nc "$1" 2>> $out 1>> $out) |
16 } |
16 } |
17 |
17 |
18 # functional tests |
18 # functional tests |
19 |
19 |
20 function scala_assert { |
20 function scala_assert { |