Name Date Size #Lines LOC

..06-Mar-2024-

benchmark/H06-Mar-2024-881672

Makefile.amH A D06-Mar-20242.9 KiB9957

Makefile.inH A D06-Mar-202448.2 KiB1,3781,211

README.txtH A D08-May-2022570 149

acc_tests.cH A D06-Mar-202415 KiB397302

acc_tests.hH A D06-Mar-20242.5 KiB5710

acc_tests_cxx.cppH A D06-Mar-20241.6 KiB331

alloc_tests.cH A D06-Mar-202488.5 KiB2,1281,819

alloc_tests.hH A D06-Mar-20242.5 KiB5710

alloc_tests_cxx.cppH A D06-Mar-20241.6 KiB331

basic_tests.cH A D06-Mar-2024232 KiB6,0774,791

basic_tests.hH A D06-Mar-20242.5 KiB5710

basic_tests_cxx.cppH A D06-Mar-20241.6 KiB331

chardata.cH A D06-Mar-20243.4 KiB10760

chardata.hH A D08-May-20222.2 KiB6219

chardata_cxx.cppH A D06-Mar-20241.6 KiB331

common.cH A D06-Mar-202412.9 KiB326220

common.hH A D06-Mar-20246 KiB16385

common_cxx.cppH A D06-Mar-20241.6 KiB331

dummy.cH A D06-Mar-20248.4 KiB262185

dummy.hH A D06-Mar-20246.8 KiB15182

dummy_cxx.cppH A D06-Mar-20241.6 KiB331

handlers.cH A D06-Mar-202463.2 KiB1,9331,614

handlers.hH A D06-Mar-202426.7 KiB596415

handlers_cxx.cppH A D06-Mar-20241.6 KiB331

memcheck.cH A D06-Mar-20245.3 KiB192122

memcheck.hH A D08-May-20222.1 KiB5813

memcheck_cxx.cppH A D06-Mar-20241.6 KiB331

minicheck.cH A D06-Mar-20247.4 KiB276199

minicheck.hH A D06-Mar-20245.5 KiB15480

minicheck_cxx.cppH A D06-Mar-20241.6 KiB331

misc_tests.cH A D06-Mar-202417.7 KiB524384

misc_tests.hH A D06-Mar-20242.5 KiB5710

misc_tests_cxx.cppH A D06-Mar-20241.6 KiB331

ns_tests.cH A D06-Mar-202430.8 KiB755576

ns_tests.hH A D06-Mar-20242.5 KiB5710

ns_tests_cxx.cppH A D06-Mar-20241.6 KiB331

nsalloc_tests.cH A D06-Mar-202475.4 KiB1,5381,329

nsalloc_tests.hH A D06-Mar-20242.5 KiB5710

nsalloc_tests_cxx.cppH A D06-Mar-20241.6 KiB331

runtests.cH A D06-Mar-20244.1 KiB11761

runtests_cxx.cppH A D06-Mar-20241.8 KiB371

structdata.cH A D06-Mar-20244.8 KiB159103

structdata.hH A D08-May-20222.3 KiB7027

structdata_cxx.cppH A D06-Mar-20241.6 KiB331

udiffer.pyH A D08-May-20222.3 KiB6424

xmltest.log.expectedH A D08-May-2022398 1110

xmltest.shH A D08-May-20225.2 KiB17494

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