Name Date Size #Lines LOC

..--

benchmark/H--904692

Makefile.amH A D28-Sep-20243 KiB10057

Makefile.inH A D28-Sep-202448.2 KiB1,3791,211

README.mdH A D28-Sep-2024453 129

acc_tests.cH A D02-Apr-202517.1 KiB459348

acc_tests.hH A D17-Feb-20242.5 KiB5710

acc_tests_cxx.cppH A D17-Feb-20241.6 KiB331

alloc_tests.cH A D02-Apr-202589.5 KiB2,1551,843

alloc_tests.hH A D17-Feb-20242.5 KiB5710

alloc_tests_cxx.cppH A D17-Feb-20241.6 KiB331

basic_tests.cH A D02-Apr-2025244.2 KiB6,4735,077

basic_tests.hH A D17-Feb-20242.5 KiB5710

basic_tests_cxx.cppH A D17-Feb-20241.6 KiB331

chardata.cH A D17-Feb-20243.4 KiB10760

chardata.hH A D18-Jan-20222.2 KiB6219

chardata_cxx.cppH A D17-Feb-20241.6 KiB331

common.cH A D02-Apr-202512.9 KiB328224

common.hH A D02-Apr-20255.7 KiB15680

common_cxx.cppH A D17-Feb-20241.6 KiB331

dummy.cH A D17-Feb-20248.4 KiB262185

dummy.hH A D17-Feb-20246.8 KiB15182

dummy_cxx.cppH A D17-Feb-20241.6 KiB331

handlers.cH A D02-Apr-202564.6 KiB1,9801,652

handlers.hH A D02-Apr-202527.5 KiB616430

handlers_cxx.cppH A D17-Feb-20241.6 KiB331

memcheck.cH A D17-Feb-20245.3 KiB192122

memcheck.hH A D18-Jan-20222.1 KiB5813

memcheck_cxx.cppH A D17-Feb-20241.6 KiB331

minicheck.cH A D17-Feb-20247.4 KiB276199

minicheck.hH A D02-Apr-20255.5 KiB15682

minicheck_cxx.cppH A D17-Feb-20241.6 KiB331

misc_tests.cH A D02-Apr-202523.8 KiB710528

misc_tests.hH A D17-Feb-20242.5 KiB5710

misc_tests_cxx.cppH A D17-Feb-20241.6 KiB331

ns_tests.cH A D17-Feb-202430.8 KiB755576

ns_tests.hH A D17-Feb-20242.5 KiB5710

ns_tests_cxx.cppH A D17-Feb-20241.6 KiB331

nsalloc_tests.cH A D17-Feb-202475.4 KiB1,5381,329

nsalloc_tests.hH A D17-Feb-20242.5 KiB5710

nsalloc_tests_cxx.cppH A D17-Feb-20241.6 KiB331

runtests.cH A D17-Feb-20244.1 KiB11761

runtests_cxx.cppH A D17-Feb-20241.8 KiB371

structdata.cH A D17-Feb-20244.8 KiB159103

structdata.hH A D18-Jan-20222.3 KiB7027

structdata_cxx.cppH A D17-Feb-20241.6 KiB331

udiffer.pyH A D18-Jan-20222.3 KiB6424

xmltest.log.expectedH A D07-Nov-2018398 1110

xmltest.shH A D02-Apr-20255.2 KiB17594

README.md

1This directory contains the test suite for Expat.  The tests provide
2general unit testing and regression coverage.  The tests are not
3expected to be useful examples of Expat usage; see the
4[examples](../examples) directory for that.
5
6The Expat tests use a partial internal implementation of the
7[Check](https://libcheck.github.io/check/) unit testing framework for
8C.
9
10Expat must be built and, on some platforms, installed, before the
11tests can be run.
12