xenocara/lib/expat/tests
2007-08-25 17:35:23 +00:00
..
benchmark import expat 2.0.1 2007-08-25 17:32:07 +00:00
chardata.c Import expat 2.0.0. (yet another copy, yeah) 2006-11-25 18:35:41 +00:00
chardata.h Import expat 2.0.0. (yet another copy, yeah) 2006-11-25 18:35:41 +00:00
minicheck.c import expat 2.0.1 2007-08-25 17:32:07 +00:00
minicheck.h import expat 2.0.1 2007-08-25 17:32:07 +00:00
README.txt Import expat 2.0.0. (yet another copy, yeah) 2006-11-25 18:35:41 +00:00
runtests.c import expat 2.0.1 2007-08-25 17:32:07 +00:00
runtestspp.cpp Import expat 2.0.0. (yet another copy, yeah) 2006-11-25 18:35:41 +00:00
xmltest.sh Import expat 2.0.0. (yet another copy, yeah) 2006-11-25 18:35: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 a partial internal implementation of the "Check"
unit testing framework for C. More information on Check can be found at:

        http://check.sourceforge.net/

Expat must be built and installed before "make check" can be executed.

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