ngspice/tests
pnenzi 74b6d75ba1 Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
..
bsim3soidd Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
bsim3soifd Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
bsim3soipd Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
bsim4 Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
filters Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
mesa Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
polezero Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
resistance Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
.cvsignore * DEVICES: Adjusted spacing. 2000-05-01 18:23:50 +00:00
ChangeLog Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
Makefile.am Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
README Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
check.sh Fixed bug in gnu getopt handling 2001-12-04 19:37:56 +00:00
diffpair.cir Initial revision 2000-04-27 20:03:57 +00:00
diffpair.out * src/main.c, src/multidec.c, src/proc2mod.c, 2000-10-14 13:16:53 +00:00
fourbitadder.cir Initial revision 2000-04-27 20:03:57 +00:00
fourbitadder.out Added bsim3soid DD (dynamic depletion) tests and minor modification to other 2001-01-21 17:20:06 +00:00
maketest.sh A hacked version of check.sh to generate test files 2001-01-21 17:14:10 +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.