Imported Upstream version 4.6.0
[debian/atlc] / tests / 3a-create_bmp_for_rect_cen_in_rect.bmp.test
1 #! /bin/sh
2
3
4 $top_builddir/src/non_gui/create_bmp_for_rect_cen_in_rect -b 4 500 100 20 20 1 $top_builddir/tmp/test.bmp
5 MD5SUM=`$top_builddir/tools/src/mymd5sum $top_builddir/tmp/test.bmp`
6 if [ $MD5SUM = a4545fdbafdb3150d8dc65eb8ca5e6ef ]; then
7   echo "PASSED:" $0 >> tests.log 
8   exit 0
9 else
10   echo "FAILED:" $0  >> tests.log 
11   exit 1
12 fi