Imported Upstream version 4.6.0
[debian/atlc] / tests / 1l-create_bmp_for_symmetrical_stripline.Ex.bin.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 touch $top_builddir/tmp/test_sym_strip.Ex.bin
6 LENGTH=`$top_builddir/tools/src/myfilelength $top_builddir/tmp/test_sym_strip.Ex.bin`
7 if [ $LENGTH = 1603600 ]; then
8   rm $top_builddir/tmp/test_sym_strip.Ex.bin
9   echo "PASSED:" $0 >> tests.log
10   exit 0
11 else
12   echo "FAILED:" $0  >> tests.log
13   exit 1
14 fi