mirror of
https://github.com/digarok/b2d.git
synced 2024-12-27 23:30:52 +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
@ -85,7 +85,7 @@ following Copyright and Conditions of use:
|
||||
*/
|
||||
|
||||
/* the following version of the Tom Thumb Font was entirely
|
||||
hand-made by me in my programmer’s editor by simply looking at
|
||||
hand-made by me in my programmerís editor by simply looking at
|
||||
a bitmap of the font characters and counting pixels.
|
||||
|
||||
Licence: You may use this program for whatever you wish as long
|
||||
@ -763,7 +763,7 @@ unsigned char tomthumb[1728] = {
|
||||
0,0,0,
|
||||
0,0,0,
|
||||
0,0,0,
|
||||
/* ¦ */
|
||||
/* ¶ */
|
||||
1,1,1,
|
||||
0,0,0,
|
||||
1,1,1,
|
||||
|
@ -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