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