mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
add FreeBSD
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ case $HOST_TYPE in
|
||||
fi
|
||||
rm -f $testname.test_tmp $testname.out_tmp
|
||||
;;
|
||||
SunOS*|OpenBSD*)
|
||||
FreeBSD*|SunOS*|OpenBSD*)
|
||||
$SPICE --batch $testdir/$testname.cir >$testname.test &&\
|
||||
sed -e '/^$/d' $testname.test | egrep -v "$FILTER" > $testname.test_tmp &&\
|
||||
sed -e '/^$/d' $testdir/$testname.out | egrep -v "$FILTER" > $testname.out_tmp
|
||||
|
||||
Reference in New Issue
Block a user