Added tests in gschem/tests to run durning make check.
commit9627ac695a2d20171fdc44ff0a295b8430399f6f
authorAles Hvezda <ahvezda@seul.org>
Sun, 8 Jul 2007 20:41:21 +0000 (8 16:41 -0400)
committerAles Hvezda <ahvezda@seul.org>
Sun, 8 Jul 2007 20:41:40 +0000 (8 16:41 -0400)
tree4711ac1a0fe9b390ae326e8b9bdcea7af2f52290
parenta35dc18f2f3c159c021a4bcb542780f7bfbe7196
Added tests in gschem/tests to run durning make check.

This is the other part of thie fix for bug #1748153: gsymcheck crashes
on invalid_slotdef1.sym.  Fixed a couple of the the tests to actually
test the right thing.  Added a bunch of golden files (*.output) and the
necessary run_test.sh script.
47 files changed:
gsymcheck/tests/Makefile.am
gsymcheck/tests/buses.output [new file with mode: 0644]
gsymcheck/tests/connections1.output [new file with mode: 0644]
gsymcheck/tests/connections2.output [new file with mode: 0644]
gsymcheck/tests/connections2.sym
gsymcheck/tests/connections3.output [new file with mode: 0644]
gsymcheck/tests/correct.output [new file with mode: 0644]
gsymcheck/tests/duplicate_net.output [new file with mode: 0644]
gsymcheck/tests/duplicate_pinnumber.output [new file with mode: 0644]
gsymcheck/tests/duplicate_pinseq.output [new file with mode: 0644]
gsymcheck/tests/graphical_correct.output [new file with mode: 0644]
gsymcheck/tests/graphical_incorrect.output [new file with mode: 0644]
gsymcheck/tests/incorrect_footprint.output [new file with mode: 0644]
gsymcheck/tests/invalid_slotdef1.output [new file with mode: 0644]
gsymcheck/tests/invalid_slotdef2.output [new file with mode: 0644]
gsymcheck/tests/invalid_slotdef3.output [new file with mode: 0644]
gsymcheck/tests/invalid_slotdef4.output [new file with mode: 0644]
gsymcheck/tests/labelinside.output [new file with mode: 0644]
gsymcheck/tests/lots_of_errors.output [new file with mode: 0644]
gsymcheck/tests/many_slotdefs.output [new file with mode: 0644]
gsymcheck/tests/missing_device.output [new file with mode: 0644]
gsymcheck/tests/missing_footprint.output [new file with mode: 0644]
gsymcheck/tests/missing_numslots.output [new file with mode: 0644]
gsymcheck/tests/missing_pinlabel.output [new file with mode: 0644]
gsymcheck/tests/missing_pinlabel.sym
gsymcheck/tests/missing_pinnumber.output [new file with mode: 0644]
gsymcheck/tests/missing_pinseq.output [new file with mode: 0644]
gsymcheck/tests/missing_slotdef.output [new file with mode: 0644]
gsymcheck/tests/multiple_footprint.output [new file with mode: 0644]
gsymcheck/tests/multiple_pinlabel.output [new file with mode: 0644]
gsymcheck/tests/multiple_pinnumber.output [new file with mode: 0644]
gsymcheck/tests/multiple_pinseq.output [new file with mode: 0644]
gsymcheck/tests/multiple_pintype.output [new file with mode: 0644]
gsymcheck/tests/multiple_refdes.output [new file with mode: 0644]
gsymcheck/tests/nameinside.output [new file with mode: 0644]
gsymcheck/tests/nets.output [new file with mode: 0644]
gsymcheck/tests/noslots.output [new file with mode: 0644]
gsymcheck/tests/old_symbol.output [new file with mode: 0644]
gsymcheck/tests/oldpins.output [new file with mode: 0644]
gsymcheck/tests/oldslot.output [new file with mode: 0644]
gsymcheck/tests/runtest.sh [new file with mode: 0755]
gsymcheck/tests/typeinside.output [new file with mode: 0644]
gsymcheck/tests/urefinside.output [new file with mode: 0644]
gsymcheck/tests/zero_pinnumber.output [new file with mode: 0644]
gsymcheck/tests/zero_pinseq.output [new file with mode: 0644]
gsymcheck/tests/zero_slotnum.output [new file with mode: 0644]
gsymcheck/tests/zero_slots.output [new file with mode: 0644]