main_testing5/bf_test.sh
changeset 474 8a61bcd51ec3
parent 472 fbff6f601370
equal deleted inserted replaced
473:be818c5a67d4 474:8a61bcd51ec3
    12 
    12 
    13 
    13 
    14 # compilation tests
    14 # compilation tests
    15 
    15 
    16 function scala_compile {
    16 function scala_compile {
    17   (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala-cli compile "$1" 2> c$out 1> c$out)
    17   (ulimit -t 30; JAVA_OPTS="-Xmx1g" scala-cli compile -Xprint:parser "$1" 2> c$out 1> c$out)
    18 }
    18 }
    19 
    19 
    20 # functional tests
    20 # functional tests
    21 
    21 
    22 function scala_assert {
    22 function scala_assert {