• Home
Name
Date
Size
#Lines
LOC

..--

benchmark/12-May-2024-872662

Makefile.amD12-May-20242.3 KiB6926

Makefile.inD12-May-202443 KiB1,2701,098

README.txtD12-May-2024570 149

chardata.cD12-May-20243.2 KiB10156

chardata.hD12-May-20242.2 KiB6219

memcheck.cD12-May-20245.3 KiB191121

memcheck.hD12-May-20242.1 KiB5813

minicheck.cD12-May-20246.4 KiB242170

minicheck.hD12-May-20244.1 KiB12159

runtests.cD12-May-2024476 KiB12,28410,188

runtestspp.cppD12-May-20241.7 KiB371

structdata.cD12-May-20244.5 KiB154100

structdata.hD12-May-20242.3 KiB7027

udiffer.pyD12-May-20242.3 KiB6424

xmltest.log.expectedD12-May-2024398 1110

xmltest.shD12-May-20245.2 KiB17494

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