ngspice/tests
pnenzi e5fbdb675d Added some test files for transmission lines (from ngspice debian patch). 2003-08-21 12:36:18 +00:00
..
TransImpedanceAmp Added TransImpedanceAmp example. 2003-07-31 17:24:41 +00:00
bsim1 Added bsim1 test (from ngspice debian patch). 2003-08-21 12:23:56 +00:00
bsim2 Added bsim2 test circuit (from ngspice debian patch). 2003-08-21 12:26: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
general Added "general" test files (from ngspice debian patch). 2003-08-21 12:28:39 +00:00
mesa Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
mos6 Added mos6 test circuits (from ngspice debian patch). 2003-08-21 12:31:01 +00:00
polezero Added test file for pole/zero analysis (from ngspice debian patch). 2003-08-21 12:33:45 +00:00
proc2mod Added test file for ngproc2mod (from ngspice debian patch). 2003-08-21 12:21:30 +00:00
resistance Update of docs and test. Added mesa test files. 2001-12-07 15:02:45 +00:00
transmission Added some test files for transmission lines (from ngspice debian patch). 2003-08-21 12:36:18 +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.