NameDateSize

..18-Feb-202421

acc_tests.cH A D18-Feb-202415 KiB

acc_tests.hH A D18-Feb-20242.5 KiB

acc_tests_cxx.cppH A D18-Feb-20241.6 KiB

alloc_tests.cH A D18-Feb-202488.5 KiB

alloc_tests.hH A D18-Feb-20242.5 KiB

alloc_tests_cxx.cppH A D18-Feb-20241.6 KiB

basic_tests.cH A D18-Feb-2024232 KiB

basic_tests.hH A D18-Feb-20242.5 KiB

basic_tests_cxx.cppH A D18-Feb-20241.6 KiB

benchmark/H18-Feb-20246

chardata.cH A D18-Feb-20243.4 KiB

chardata.hH A D18-Jan-20222.2 KiB

chardata_cxx.cppH A D18-Feb-20241.6 KiB

common.cH A D18-Feb-202412.9 KiB

common.hH A D18-Feb-20246 KiB

common_cxx.cppH A D18-Feb-20241.6 KiB

dummy.cH A D18-Feb-20248.4 KiB

dummy.hH A D18-Feb-20246.8 KiB

dummy_cxx.cppH A D18-Feb-20241.6 KiB

handlers.cH A D18-Feb-202463.2 KiB

handlers.hH A D18-Feb-202426.7 KiB

handlers_cxx.cppH A D18-Feb-20241.6 KiB

Makefile.amH A D18-Feb-20242.9 KiB

Makefile.inH A D18-Feb-202448.2 KiB

memcheck.cH A D18-Feb-20245.3 KiB

memcheck.hH A D18-Jan-20222.1 KiB

memcheck_cxx.cppH A D18-Feb-20241.6 KiB

minicheck.cH A D18-Feb-20247.4 KiB

minicheck.hH A D18-Feb-20245.5 KiB

minicheck_cxx.cppH A D18-Feb-20241.6 KiB

misc_tests.cH A D18-Feb-202417.7 KiB

misc_tests.hH A D18-Feb-20242.5 KiB

misc_tests_cxx.cppH A D18-Feb-20241.6 KiB

ns_tests.cH A D18-Feb-202430.8 KiB

ns_tests.hH A D18-Feb-20242.5 KiB

ns_tests_cxx.cppH A D18-Feb-20241.6 KiB

nsalloc_tests.cH A D18-Feb-202475.4 KiB

nsalloc_tests.hH A D18-Feb-20242.5 KiB

nsalloc_tests_cxx.cppH A D18-Feb-20241.6 KiB

README.txtH A D22-Jun-2021570

runtests.cH A D18-Feb-20244.1 KiB

runtests_cxx.cppH A D18-Feb-20241.8 KiB

structdata.cH A D18-Feb-20244.8 KiB

structdata.hH A D18-Jan-20222.3 KiB

structdata_cxx.cppH A D18-Feb-20241.6 KiB

udiffer.pyH A D18-Jan-20222.3 KiB

xmltest.log.expectedH A D22-Jun-2021398

xmltest.shH A D18-Jan-20225.2 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