]> git.gag.com Git - debian/atlc/blob - 11i-verify-checksum-of-created-test-coupler1.Ey.even.bmp.test
a993cea9f03a5b6d2b2b76ddbf3db4e202531d05
[debian/atlc] / 11i-verify-checksum-of-created-test-coupler1.Ey.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.Ey.even.bmp
6 MD5SUM=`$top_builddir/tools/src/mymd5sum $top_builddir/tmp/test-coupler1.Ey.even.bmp`
7 if [ $MD5SUM != 8e885809765197a084628f0cc859a4a4 ]; then
8   echo "FAILED:" $0 >> tests.log
9   exit 1
10 else
11   rm $top_builddir/tmp/test-coupler1.Ey.even.bmp
12   echo "PASSED:" $0 >> tests.log
13   exit 0
14 fi
15