missing NULL terminator in set_config_x
[geda-gaf.git] / gnetlist-legacy / tests / README
blob571f54dc2a3c7fda7efde803d45d9aca04729124
3 Tests for gnetlist-legacy
4 ----------------------------------------------------------------------------
6 The tests in this directory are basically just diffs against known good
7 output.  Fairly simplistic, but for now it's enough.  I have NOT verified
8 that the known good output is correct.
11         You must install gnetlist-legacy before you can run these tests.
12         You must also run the tests with all of the gEDA packages in ../..
14 To run the tests type:
16         make check
18         The diffs should NOT generate any output.
20 To regenerate the 'golden' output files, type:
22         make check REGEN=1
24         Use this with caution. In particular, all differences
25         should be noted and understood. You must hand verify
26         the results before committing to the repository.
29 Eventually the tests here will become a bit sophisticated.
31 If anybody has some sample schematics which can be netlisted, please (if you
32 can) submit them to me so I can put them into this test suite.
34 ahvezda@geda.seul.org