• Home
Name Date Size #Lines LOC

..--

benchmark/03-May-2024-1,007802

Makefile.amD03-May-20242.1 KiB6726

Makefile.inD03-May-202440.9 KiB1,2201,053

README.txtD03-May-2024570 149

chardata.cD03-May-20243.1 KiB10663

chardata.hD03-May-20242.2 KiB6419

memcheck.cD03-May-20245.6 KiB199127

memcheck.hD03-May-20242.1 KiB5813

minicheck.cD03-May-20246.2 KiB243175

minicheck.hD03-May-20243.8 KiB12057

runtests.cD03-May-2024462.8 KiB12,37210,375

runtests.slnD03-May-20241 KiB2523

runtests.vcxprojD03-May-20246.8 KiB142142

runtests.vcxproj.filtersD03-May-20241.6 KiB4848

runtestspp.cppD03-May-20241.7 KiB371

structdata.cD03-May-20244.6 KiB163108

structdata.hD03-May-20242.5 KiB7731

udiffer.pyD03-May-20242.2 KiB6324

xmltest.log.expectedD03-May-2024398 1110

xmltest.shD03-May-20243.6 KiB14898

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