Desired changes in golden file output for spice-sdb
[geda-gaf/werner.git] / gnetlist / tests / common / tests.list
blob860773524886693b429c7b44e115af520fde34da
1 # Format:
3 # test_name | input schematics | aux files (gafrc, symbols, etc) | \ 
4 # extra flags to pass to gnetlist -g spice-sdb | \
5 # variable which must be set for the test to run
9 # -----------------------------------------
10 # Simple netlisting tests
11 # -----------------------------------------
13 # Some test schematics copied from the toplevel tests dir
14 cascade | cascade.sch | | |
15 multiequal | multiequal.sch | | |
16 netattrib | netattrib.sch | | |
17 powersupply | powersupply.sch | | |
18 singlenet | singlenet.sch | | |
20 # The two stage amp
21 TwoStageAmp | TwoStageAmp.sch | Simulation.cmd gafrc models/2N3904.mod sym/transistor.sym | |
22 TwoStageAmp_Include | TwoStageAmp.sch | Simulation.cmd gafrc models/2N3904.mod sym/transistor.sym | -I
23 TwoStageAmp_Sort | TwoStageAmp.sch | Simulation.cmd gafrc models/2N3904.mod sym/transistor.sym | -s
25 # John Doty's test circuit
26 # First test mangling
27 JD | LVDfoo.sch | gafrc models/openIP_5.cir sym/LVD.sym | |
28 JD_Include | LVDfoo.sch | gafrc models/openIP_5.cir sym/LVD.sym | -I
29 JD_Sort | LVDfoo.sch | gafrc models/openIP_5.cir sym/LVD.sym | -s
30 # Now test non-munged version.
31 JD_nomunge | LVDfoo.sch | gafrc models/openIP_5.cir sym/LVD.sym | | -n
32 JD_Include_nomunge | LVDfoo.sch | gafrc models/openIP_5.cir sym/LVD.sym | -I -n
33 JD_Sort_nomunge | LVDfoo.sch | gafrc models/openIP_5.cir sym/LVD.sym | -s -n
35 # Tests for slotted parts
36 SlottedOpamps | SlottedOpamps.sch | gafrc sym/LM324_slotted-1.sym | |