Name Date Size #Lines LOC

..--

benchmark/H--881672

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 D28-Sep-202417.1 KiB456345

acc_tests.hH A D17-Feb-20242.5 KiB5710

acc_tests_cxx.cppH A D17-Feb-20241.6 KiB331

alloc_tests.cH A D17-Feb-202488.5 KiB2,1281,819

alloc_tests.hH A D17-Feb-20242.5 KiB5710

alloc_tests_cxx.cppH A D17-Feb-20241.6 KiB331

basic_tests.cH A D09-Dec-2024234 KiB6,1514,843

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 D09-Dec-202412.1 KiB326220

common.hH A D09-Dec-20245.6 KiB16385

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 D09-Dec-202463.9 KiB1,9331,614

handlers.hH A D09-Dec-202427.1 KiB596415

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 D17-Feb-20245.5 KiB15480

minicheck_cxx.cppH A D17-Feb-20241.6 KiB331

misc_tests.cH A D09-Dec-202418.5 KiB524384

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 D18-Jan-20225.2 KiB17494

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