libexpat/expat/tests
2001-08-17 19:16:41 +00:00
..
.gitignore Tell CVS to ignore the intermediate files generated by building the test 2001-08-17 19:16:41 +00:00
Makefile.in Build & run the test suite. 2001-08-17 19:16:41 +00:00
README.txt Explain what is required to build & run the test suite, and that it all 2001-08-17 19:16:41 +00:00
runtests.c A very small test suite for Expat; additional tests will be added as time 2001-08-17 19:16:41 +00:00

This directory contains the (fledgling) test suite for Expat.  The
tests provide general unit testing and regression coverage.  The tests
are not expected to be useful examples of Expat usage; see the
examples/ directory for that.

The Expat tests use the "Check" unit testing framework for C.  More
information on Check can be found at:

	http://check.sourceforge.net/

Check must be installed before the unit tests can be compiled & run.

Since both Check and this test suite are young, it can all change in a
later version.