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