mirror of
https://github.com/digarok/b2d.git
synced 2024-12-27 08:31:19 +00:00
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:
parent
58e077d990
commit
8ee13530c5
1548
src/tomthumb.h
1548
src/tomthumb.h
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user