ngspice/tests
stefanjones 2c0986a169 tclspice 0.2.7 import 2002-11-26 11:38:25 +00:00
..
bsim3soidd tclspice 0.2.7 import 2002-11-26 11:38:25 +00:00
bsim3soifd tclspice 0.2.7 import 2002-11-26 11:38:25 +00:00
bsim3soipd tclspice 0.2.7 import 2002-11-26 11:38:25 +00:00
bsim4 tclspice 0.2.7 import 2002-11-26 11:38:25 +00:00
filters tclspice 0.2.7 import 2002-11-26 11:38:25 +00:00
mesa tclspice 0.2.7 import 2002-11-26 11:38:25 +00:00
polezero tclspice 0.2.7 import 2002-11-26 11:38:25 +00:00
resistance tclspice 0.2.7 import 2002-11-26 11:38:25 +00:00
ChangeLog tclspice 0.2.7 import 2002-11-26 11:38:25 +00:00
Makefile.am tclspice 0.2.7 import 2002-11-26 11:38:25 +00:00
README tclspice 0.2.7 import 2002-11-26 11:38:25 +00:00
check.sh tclspice 0.2.7 import 2002-11-26 11:38:25 +00:00
diffpair.cir Initial revision 2000-04-27 20:03:57 +00:00
diffpair.out tclspice 0.2.7 import 2002-11-26 11:38:25 +00:00
fourbitadder.cir Initial revision 2000-04-27 20:03:57 +00:00
fourbitadder.out tclspice 0.2.7 import 2002-11-26 11:38:25 +00:00
maketest.sh tclspice 0.2.7 import 2002-11-26 11:38:25 +00:00

README

ngspice test files:
===================

The test directory contains several netlist designed to test ngspice functionality and correctness.
There are netlists that test devices behavior and netlists that test analyses correctness.

REPLICATE TESTS

Tests are done with an ngspice compiled with the following options:

  --enable-ftedebug     <- Should have no effect
  --enable-nobypass   
  --enavle-predictor
  --enable-experimental <- Living on the edge :)

TO ADD NEW TESTS

Take an existing test and adopt it to your liking.  Add the test
script and its supporting files to Makefile.am.  Use `make check' to
see your new test in action.