• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..22-Jun-202119

benchmark/H22-Jun-20217

chardata.cH A D22-Jun-20213 KiB

chardata.hH A D22-Jun-20212.1 KiB

Makefile.amH A D22-Jun-20212.1 KiB

Makefile.inH A D22-Jun-202142.2 KiB

memcheck.cH A D22-Jun-20215.3 KiB

memcheck.hH A D22-Jun-20212.1 KiB

minicheck.cH A D22-Jun-20215.8 KiB

minicheck.hH A D22-Jun-20214 KiB

README.txtH A D22-Jun-2021570

runtests.cH A D22-Jun-2021448.5 KiB

runtestspp.cppH A D22-Jun-20211.7 KiB

structdata.cH A D22-Jun-20214.5 KiB

structdata.hH A D22-Jun-20212.4 KiB

udiffer.pyH A D22-Jun-20212.2 KiB

xmltest.log.expectedH A D22-Jun-2021398

xmltest.shH A D22-Jun-20213.5 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