Martin Prikryl 2598076c96 Expat 2.2.9 6 years ago
..
benchmark d256da575d Expat 2.2.8 6 years ago
Makefile.am a4f5c61270 Expat 2.2.5 8 years ago
Makefile.in 49ce62904b Expat 2.2.7 6 years ago
README.txt 2e4b4738f0 5.2 8 years ago
chardata.c d256da575d Expat 2.2.8 6 years ago
chardata.h d256da575d Expat 2.2.8 6 years ago
memcheck.c d256da575d Expat 2.2.8 6 years ago
memcheck.h d256da575d Expat 2.2.8 6 years ago
minicheck.c d256da575d Expat 2.2.8 6 years ago
minicheck.h d256da575d Expat 2.2.8 6 years ago
runtests.c 2598076c96 Expat 2.2.9 6 years ago
runtestspp.cpp de4c040bc5 Expat 2.2.4 8 years ago
structdata.c d256da575d Expat 2.2.8 6 years ago
structdata.h d256da575d Expat 2.2.8 6 years ago
udiffer.py a4f5c61270 Expat 2.2.5 8 years ago
xmltest.log.expected a4f5c61270 Expat 2.2.5 8 years ago
xmltest.sh d256da575d Expat 2.2.8 6 years ago

README.txt

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, depending on platform, must be installed, before "make check" can be executed.

This test suite can all change in a later version.