• Home
Name Date Size #Lines LOC

..--

benchmark/03-May-2024-866660

Makefile.amD03-May-20242.2 KiB6726

Makefile.inD03-May-202442.7 KiB1,2661,096

README.txtD03-May-2024570 149

chardata.cD03-May-20243 KiB9958

chardata.hD03-May-20242.1 KiB6119

memcheck.cD03-May-20245.3 KiB191121

memcheck.hD03-May-20242.1 KiB5813

minicheck.cD03-May-20246.1 KiB239170

minicheck.hD03-May-20244 KiB12059

runtests.cD03-May-2024450.5 KiB11,6299,650

runtestspp.cppD03-May-20241.7 KiB371

structdata.cD03-May-20244.5 KiB156102

structdata.hD03-May-20242.4 KiB7127

udiffer.pyD03-May-20242.2 KiB6324

xmltest.log.expectedD03-May-2024398 1110

xmltest.shD03-May-20243.5 KiB14394

README.txt

1This directory contains the (fledgling) test suite for Expat.  The
2tests provide general unit testing and regression coverage.  The tests
3are not expected to be useful examples of Expat usage; see the
4examples/ directory for that.
5
6The Expat tests use a partial internal implementation of the "Check"
7unit testing framework for C. More information on Check can be found at:
8
9        http://check.sourceforge.net/
10
11Expat must be built and, depending on platform, must be installed, before "make check" can be executed.
12
13This test suite can all change in a later version.
14