Imported Upstream version 4.6.0
[debian/atlc] / tests / 11a-verify-checksum-of-supplied-test-coupler1.bmp.test
1 #! /bin/sh
2 # There should be a bitmap included in the distribution
3 # The checksum of this will be checked.
4 mkdir $top_builddir/tmp 2>/dev/null
5 cp $top_srcdir/examples/test-coupler1.bmp $top_builddir/tmp
6 MD5SUM=`$top_builddir/tools/src/mymd5sum $top_builddir/tmp/test-coupler1.bmp `
7 if [ $MD5SUM = dab33365f45d8d8b7e3544444ce833c4 ]; then
8   echo "PASSED:" $0 >> tests.log
9   exit 0
10 else 
11   echo "FAILED:" $0  >> tests.log
12   exit 1
13 fi
14