Imported Upstream version 4.6.0
[debian/atlc] / tests / 1f-create_bmp_for_symmetrical_stripline.Ex.bmp.test
1 # !/bin/sh
2 # It is pointless checking the checksum's on binary files as they will
3 # differ on differnt Endian'ness and with different rounding errors on FP
4 # units. Hence only the length is checked on the binary files
5
6 touch $top_builddir/tmp/test_sym_strip.Ex.bmp
7
8 MD5SUM=`$top_builddir/tools/src/mymd5sum $top_builddir/tmp/test_sym_strip.Ex.bmp`
9 if [ $MD5SUM = 9c64551379b6ddc17b4d73c2c5c8f79e ]; then
10   rm $top_builddir/tmp/test_sym_strip.Ex.bmp
11   echo "PASSED:" $0 >> tests.log
12   exit 0
13 else
14   echo "FAILED:" $0  >> tests.log
15   exit 1
16 fi