main_testing5/bfc_test.sh
changeset 404 bf20a9fa5c29
parent 384 6e1237691307
child 419 d8dbf91c149b
equal deleted inserted replaced
403:ffce7b61b446 404:bf20a9fa5c29
     3 
     3 
     4 out=${1:-output}
     4 out=${1:-output}
     5 
     5 
     6 echo -e "" > $out
     6 echo -e "" > $out
     7 
     7 
     8 echo -e "Below is the feedback for your submission of CW 10, Part 2." >> $out
     8 echo -e "Below is the feedback for your submission of bfc.scala" >> $out
     9 echo -e "" >> $out
     9 echo -e "" >> $out
    10 
    10 
    11 # compilation tests
    11 # compilation tests
    12 
    12 
    13 function scala_compile {
    13 function scala_compile {