diff -r 990a1531135d -r fac25de665d2 marking/mark02b --- a/marking/mark02b Fri Dec 16 13:34:33 2016 +0000 +++ b/marking/mark02b Sun Dec 18 02:01:18 2016 +0000 @@ -93,6 +93,19 @@ fi fi +if [ $tsts1 -eq 0 ] +then + echo " first_tour_heuristic(8, List((0,0))) found and ok?" | tee -a $out + echo " first_tour_heuristic(50, List((0,0))) found and ok?" | tee -a $out + + if (scala_assert "knight3.scala.bak" "../../../marking/knight3c_test.scala") + then + echo " --> success" | tee -a $out + marks=$(( marks + 1 )) + else + echo " --> test failed" | tee -a $out + fi +fi ## final marks