$Id: README,v 1.7 2000/09/14 18:29:41 knight Exp $ This is the cons-test regression test suite for the Cons software construction utility. Cons is a Perl-based make replacement. It is not compatible with make, but has a number of powerful capabilities not found in other software construction systems, including make. This package contains only the tests, not Cons itself. You should look for the "cons" package that corresponds to the version number of this package. See that package for all the details about Cons. The contents of this package all exist in the subdirectory test/, and are designed to be unpacked in the same directory as the cons package itself: CHANGES List of changes. COPYING A copy of the GNU General Public License, which governs use of this package. COPYRIGHT Statement of copyright ownership. README What you're looking at right now. TODO A list of additional tests that we'd like to have some day. Test/ Subdirectory containing the Test::Cmd and Test::Cmd::Cons Perl modules, which are used by the tests. Tests.txt Summary documenting what each test does (often in too much detail). cons-test Wrapper script to execute tests. cons-test.1 Man page, extracted from the POD documentation in the cons-test script itself. cons-test.html Documentation in HTML, also extracted from the POD documentation in the cons-test script itself. t/t*.t Tests. t/template Template for creating additional tests.