main_testing5/bf_test.sh
changeset 477 a4e1f63157d8
parent 475 59e005dcf163
equal deleted inserted replaced
476:7550c816187a 477:a4e1f63157d8
    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 {