Name Date Size #Lines LOC

..13-Nov-2024-

benchmark/H06-Mar-2024-169114

README.txtH A D08-May-2022570 149

acc_tests.cH A D15-Mar-202417.1 KiB456345

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 D13-Nov-2024234.2 KiB6,1684,858

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 D13-Nov-202412.1 KiB297200

common.hH A D13-Nov-20245.6 KiB15479

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 D13-Nov-202463.9 KiB1,9571,633

handlers.hH A D13-Nov-202427.1 KiB607423

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 D13-Nov-202418.5 KiB549407

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 D04-Apr-20244.1 KiB11963

runtests_cxx.cppH A D06-Mar-20241.8 KiB371

runtestspp.cppH A D08-May-20221.7 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

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