Updated test.
This commit is contained in:
parent
e43337dc76
commit
12b923e74f
|
|
@ -1,14 +1,12 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
SUBDIRS = TransImpedanceAmp \
|
SUBDIRS = bsim1 \
|
||||||
bsim1 \
|
|
||||||
bsim2 \
|
bsim2 \
|
||||||
bsim3 \
|
bsim3 \
|
||||||
bsim3soidd \
|
bsim3soidd \
|
||||||
bsim3soifd \
|
bsim3soifd \
|
||||||
bsim3soipd \
|
bsim3soipd \
|
||||||
bsim4 \
|
bsim4 \
|
||||||
@CIDERTESTS@ \
|
|
||||||
filters \
|
filters \
|
||||||
general \
|
general \
|
||||||
hfet \
|
hfet \
|
||||||
|
|
@ -18,8 +16,9 @@ SUBDIRS = TransImpedanceAmp \
|
||||||
mesa \
|
mesa \
|
||||||
mos6 \
|
mos6 \
|
||||||
polezero \
|
polezero \
|
||||||
proc2mod \
|
|
||||||
resistance \
|
resistance \
|
||||||
|
sensitivity \
|
||||||
|
transient \
|
||||||
transmission \
|
transmission \
|
||||||
vbic
|
vbic
|
||||||
|
|
||||||
|
|
@ -40,24 +39,15 @@ DIST_SUBDIRS = bsim1 \
|
||||||
mesa \
|
mesa \
|
||||||
mos6 \
|
mos6 \
|
||||||
polezero \
|
polezero \
|
||||||
proc2mod \
|
|
||||||
resistance \
|
resistance \
|
||||||
TransImpedanceAmp \
|
sensitivity \
|
||||||
|
transient \
|
||||||
transmission \
|
transmission \
|
||||||
vbic \
|
vbic
|
||||||
cider
|
|
||||||
|
|
||||||
TESTS = \
|
TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
|
||||||
diffpair.cir \
|
|
||||||
fourbitadder.cir
|
|
||||||
|
|
||||||
TESTS_ENVIRONMENT = $(SHELL) $(srcdir)/check.sh $(top_builddir)/src/ngspice
|
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
README \
|
README
|
||||||
check.sh \
|
|
||||||
maketest.sh \
|
|
||||||
$(TESTS) \
|
|
||||||
$(TESTS:.cir=.out)
|
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
|
||||||
18
tests/README
18
tests/README
|
|
@ -1,27 +1,25 @@
|
||||||
ngspice test and example files:
|
ngspice test and example files:
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
This directory is organized as a tree of subdirectories containing test and
|
This directory is organized as a tree of subdirectories containing test files
|
||||||
example files for the models and analyses implemented in ngspice.
|
for devices and analyses implemented in ngspice.
|
||||||
Some files comes from the original Spice3f5 and Cider1b1 distributions
|
|
||||||
or have been contributed by developers and users and others come directly
|
Some files comes from the original Spice3f5 package and others have been
|
||||||
from the models developers.
|
contributed by developers and users.
|
||||||
|
|
||||||
|
|
||||||
File Extensione Convention:
|
File Extensione Convention:
|
||||||
|
|
||||||
.cir : Circuit file. This can be a simple circuit description or a spice2
|
.cir : Circuit file. This can be a simple circuit description or a spice2
|
||||||
input file.
|
input file.
|
||||||
.sp : Spice file. This is a circuit file with a ".control" section;
|
.out : .cir files have been run and results are recorded into this
|
||||||
"sp" files are batch scripts describing the circuit and the
|
|
||||||
operations to do on it.
|
|
||||||
.out : Some .cir files have been run and results are recorded into this
|
|
||||||
type of file. This is useful if want to test ngspice against
|
type of file. This is useful if want to test ngspice against
|
||||||
known (hopefully correct results).
|
known (hopefully correct results).
|
||||||
|
|
||||||
REPLICATE TESTS
|
REPLICATE TESTS
|
||||||
|
|
||||||
To Be Written
|
To replicate tests you have to launch configure wuthout any option and
|
||||||
|
compile ngspice. In the future this will change.
|
||||||
|
|
||||||
TO ADD NEW TESTS
|
TO ADD NEW TESTS
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue