This commit is contained in:
pommicket 2021-09-01 17:40:39 -04:00
parent bd739d7205
commit f71545c939
6 changed files with 372 additions and 123 deletions

View file

@ -36,4 +36,15 @@ fi
rm -f out00
cd ..
cd 01
rm -f out0[01]
make -s out01
if [ "$(./out01)" != 'Hello, world!' ]; then
echo_red 'Stage 01 failed.'
exit 1
fi
rm -f out0[01]
cd ..
echo_green 'all stages completed successfully!'