working mac version

- note that this is the beginning of clang-formatting the code so you'll want to look at this diff with whitespace ignored
This commit is contained in:
Dagen Brock 2020-05-03 14:35:20 -05:00
parent 58e077d990
commit 8ee13530c5
4 changed files with 8637 additions and 8081 deletions

13264
src/b2d.c

File diff suppressed because it is too large Load Diff

1895
src/b2d.h

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,17 +1,22 @@
B2D="../b2d"
echo " --- Super High-Tech Test Suite v0.1234zaxxon ---"
#####################################
# LORES
echo "LORES TEST START"
$B2D black-40x48.bmp L N
$B2D white-40x48.bmp L N
diff BLACK-40X48.SLO BLACK.LORES
if [ $? -ne 0 ] ; then
echo "FAIL!"
echo "LORES FAIL!"
exit 1
fi
diff WHITE-40X48.SLO WHITE.LORES
if [ $? -ne 0 ] ; then
echo "FAIL!"
echo "LORES FAIL!"
exit 1
fi
echo "LORES TEST PASSED"