Imported Upstream version 4.6.0
[debian/atlc] / tests / 11l-verify-checksum-of-created-test-coupler1.V.even.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.V.even.bmp
6
7 MD5SUM=`$top_builddir/tools/src/mymd5sum $top_builddir/tmp/test-coupler1.V.even.bmp`
8 rm -f $top_builddir/tmp/test-coupler1.V.even.bmp $top_builddir/tmp/test-coupler1.bmp
9
10 if [ $MD5SUM != b9f22cb28c88629233e7f38642418670 ]; then
11   echo "FAILED:" $0  >> tests.log
12   exit 1
13 else 
14   echo "PASSED:" $0 >> tests.log
15   exit 0
16 fi
17