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