echo "The following should compile"
echo "Compiling XMesaCmplr21.mesa"
mimosa XMesaCmplr20.mesa
echo "Compiling XMesaCmplr21.mesa with -u switch"
mimosa XMesaCmplr21DefsA XMesaCmplr21DefsB
mimosa -u XMesaCmplr21
echo "Compiling XMesaCmplr24"
mimosa XMesaCmplr24DefsB XMesaCmplr24DefsA
mimosa XMesaCmplr24
echo "Compiling XMesaCmplr25"
mimosa XMesaCmplr25
echo "Compiling XMesaCmplr26"
mimosa XMesaCmplr26
echo "Compiling XampleOfATestCaseWithAVeryLongModuleName"
mimosa XampleOfATestCaseWithAVeryLongModuleName
echo "The following should compile but get warnings"
mimosa XMesaCmplr28
mimosa InlineTestIllegalDefs.mesa
echo "The following should give 3 errors"
mimosa InlineTestIllegal.mesa
echo "The following should give 1 error"
mimosa InlineTestIllegal2.mesa