Imported Upstream version 4.6.0
[debian/atlc] / tests / 6l-create_200ohm_801Pixel_high_symmetrical_stripline.test
1 #! /bin/sh
2 # This test has been disabled, since it uses more than 256 Mb of RAM
3 # which is a bit excessive. 
4
5 Zo=`$top_builddir/src/non_gui/create_bmp_for_symmetrical_stripline -v 3317 801 73 $top_builddir/tmp/200ohm-801h.bmp | awk '{print $4}'`
6 if [ $Zo = 199.770642 ]; then
7   rm $top_builddir/tmp/200ohm-801h.bmp
8   echo "PASSED:" $0 >> tests.log
9   exit 0
10 else
11   echo "FAILED:" $0 >> tests.log
12   exit 1
13 fi
14
15