#! /bin/sh # This test has been disabled, since it uses more than 256 Mb of RAM # which is a bit excessive. Zo=`$top_builddir/src/create_bmp_for_symmetrical_stripline -v 3317 801 73 $top_builddir/tmp/200ohm-801h.bmp | awk '{print $4}' | tail -1` if [ $Zo = 199.770642 ]; then rm $top_builddir/tmp/200ohm-801h.bmp echo "PASSED:" $0 >> tests.log exit 0 else echo "FAILED:" $0 >> tests.log exit 1 fi