Imported Upstream version 4.6.0
[debian/atlc] / tests / 2e-create_bmp_for_rect_in_rect.Ey.bmp.test
1 #! /bin/sh
2 touch $top_builddir/tmp/test_rect_in_rect.Ey.bmp
3 MD5SUM=`$top_builddir/tools/src/mymd5sum $top_builddir/tmp/test_rect_in_rect.Ey.bmp`
4 if [ $MD5SUM = 9aef8ac66f608178f6e0f41194392f82 ]; then
5   rm $top_builddir/tmp/test_rect_in_rect.Ey.bmp
6   echo "PASSED:" $0 >> tests.log
7   exit 0
8 else
9   echo "FAILED:" $0 >> tests.log
10   exit 1
11 fi