ngspice/tests/hicum2/npn/run

9 lines
158 B
Plaintext
Raw Permalink Normal View History

2020-06-04 18:23:10 +02:00
#!/bin/sh
simulator="$1"
if [ -z "$1" ] ; then
simulator="ngspice"
fi
../../bin/run_cmc_check clean_${simulator} $simulator | tee cmcqa_${simulator}.log