#!/bin/bash
bin/satallax problems/BASIC7.s
if [ $? != 20 ]; then
echo ERROR
fi
bin/satallax -v problems/BASIC7.s
if [ $? != 20 ]; then
echo ERROR
fi
bin/satallax -p problems/BASIC7.s
if [ $? != 20 ]; then
echo ERROR
fi
bin/satallax -t 5 problems/BASIC7.s
if [ $? != 20 ]; then
echo ERROR
fi
bin/satallax problems/SYO496^6.sex
if [ $? != 10 ]; then
echo ERROR
fi
bin/satallax -v problems/SYO496^6.sex
if [ $? != 10 ]; then
echo ERROR
fi
bin/satallax -p problems/SYO496^6.sex
if [ $? != 10 ]; then
echo ERROR
fi
bin/satallax -t 5 -p problems/SYO496^6.sex
if [ $? != 10 ]; then
echo ERROR
fi
bin/satallax problems/LCL695^1.sex 
if [ $? != 15 ]; then
echo ERROR
fi
bin/satallax problems/SYO042^1.sex 
if [ $? != 25 ]; then
echo ERROR
fi
bin/satallax -m mode30 problems/LCL726^5.sex
if [ $? != 20 ]; then
echo ERROR
fi
