NameDateSize

..10-Aug-20184 KiB

.gitignore10-Aug-201887

benchmark/10-Aug-20184 KiB

chardata.c10-Aug-20183.1 KiB

chardata.h10-Aug-20182.2 KiB

Makefile.am10-Aug-20182.1 KiB

memcheck.c10-Aug-20185.6 KiB

memcheck.h10-Aug-20182.1 KiB

minicheck.c10-Aug-20186.2 KiB

minicheck.h10-Aug-20183.8 KiB

README.txt10-Aug-2018570

runtests.c10-Aug-2018460.3 KiB

runtests.vcxproj10-Aug-20186.8 KiB

runtests.vcxproj.filters10-Aug-20181.6 KiB

runtestspp.cpp10-Aug-20181.7 KiB

structdata.c10-Aug-20184.6 KiB

structdata.h10-Aug-20182.5 KiB

udiffer.py10-Aug-20182.2 KiB

xmltest.log.expected10-Aug-2018398

xmltest.sh10-Aug-20183.6 KiB

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