Name Date Size #Lines LOC

..--

benchmark/H--914699

Makefile.amH A D27-Apr-20262.5 KiB8240

Makefile.inH A D27-Apr-202643 KiB1,2891,124

README.mdH A D28-Sep-2024453 129

acc_tests.cH A D11-Aug-202617.2 KiB461348

acc_tests.hH A D11-Aug-20262.5 KiB5910

alloc_tests.cH A D11-Aug-202696.9 KiB2,3932,012

alloc_tests.hH A D11-Aug-20262.5 KiB5910

basic_tests.cH A D01-Sep-2026261.9 KiB6,9875,441

basic_tests.hH A D11-Aug-20262.5 KiB5910

chardata.cH A D11-Aug-20263.4 KiB10153

chardata.hH A D11-Aug-20262.3 KiB6419

common.cH A D11-Aug-202613.2 KiB341230

common.hH A D11-Aug-20265.7 KiB15880

dummy.cH A D11-Aug-20268.4 KiB264185

dummy.hH A D11-Aug-20266.9 KiB15382

handlers.cH A D11-Aug-202666.8 KiB2,0461,692

handlers.hH A D11-Aug-202628.3 KiB637443

memcheck.cH A D11-Aug-20265.4 KiB194121

memcheck.hH A D11-Aug-20262.2 KiB6013

minicheck.cH A D11-Aug-20267.5 KiB278198

minicheck.hH A D11-Aug-20265.6 KiB15781

misc_tests.cH A D01-Sep-202633.3 KiB998752

misc_tests.hH A D11-Aug-20262.5 KiB5910

ns_tests.cH A D11-Aug-202630.8 KiB757576

ns_tests.hH A D11-Aug-20262.5 KiB5910

nsalloc_tests.cH A D11-Aug-202676.5 KiB1,5751,357

nsalloc_tests.hH A D11-Aug-20262.5 KiB5910

runtests.cH A D11-Aug-20264.1 KiB11961

structdata.cH A D11-Aug-20264.9 KiB162103

structdata.hH A D11-Aug-20262.4 KiB7227

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