Imported Upstream version 4.6.0
[debian/atlc] / tests / 11c-verify-checksum-of-created-test-coupler1.Ey.odd.bmp.test
1 #! /bin/sh
2 # There should be a supplied bitmap file test-coupler1.bmp
3 # We will generate all the bitmaps and check they 
4 # are all okay. 
5 touch $top_builddir/tmp/test-coupler1.Ey.odd.bmp
6 MD5SUM=`$top_builddir/tools/src/mymd5sum $top_builddir/tmp/test-coupler1.Ey.odd.bmp`
7 rm $top_builddir/tmp/test-coupler1.Ey.odd.bmp
8 if [ $MD5SUM != 4040ded470e4655081b0a8b3fe507913 ]; then
9   echo "FAILED:" $0  >> tests.log
10   exit 1
11 else 
12   echo "PASSED:" $0 >> tests.log
13   exit 0
14 fi
15