Imported Upstream version 4.6.0
[debian/atlc] / tests / 6i-create_100ohm_801Pixel_high_symmetrical_stripline.test
1 #! /bin/sh
2 Zo=`$top_builddir/src/non_gui/create_bmp_for_symmetrical_stripline -v  3647 801 403 $top_builddir/tmp/100ohm-801h.bmp | awk '{print $4}'`
3 if [ $Zo = 100.091938 ]; then
4   rm $top_builddir/tmp/100ohm-801h.bmp
5   echo "PASSED:" $0 >> tests.log
6   exit 0
7 else
8   echo "FAILED:" $0 >> tests.log
9   exit 1
10 fi
11
12