dissertation/lib/libexpat/tests
bluhm 751a8f41a9 Update libexpat to 2.5.0. This fixes CVE-2022-43680. Relevant for
OpenBSD are security fixes #616 #649 #650 and bug fixes #612 #645
#613 #654 #616 #652 #653.  No library bump necessary.
OK tb@
2022-10-27 12:58:37 +00:00
..
benchmark Update libexpat to 2.4.6. This fixes CVE-2022-25235, CVE-2022-25236 2022-02-22 10:53:10 +00:00
README.txt
chardata.c Update libexpat to 2.4.1. This fixes CVE-2013-0340. Relevant for 2021-05-26 19:14:32 +00:00
chardata.h Update libexpat to 2.4.1. This fixes CVE-2013-0340. Relevant for 2021-05-26 19:14:32 +00:00
memcheck.c Update libexpat to 2.4.1. This fixes CVE-2013-0340. Relevant for 2021-05-26 19:14:32 +00:00
memcheck.h Update libexpat to 2.4.1. This fixes CVE-2013-0340. Relevant for 2021-05-26 19:14:32 +00:00
minicheck.c Update libexpat to 2.4.1. This fixes CVE-2013-0340. Relevant for 2021-05-26 19:14:32 +00:00
minicheck.h Update libexpat to 2.4.1. This fixes CVE-2013-0340. Relevant for 2021-05-26 19:14:32 +00:00
runtests.c Update libexpat to 2.5.0. This fixes CVE-2022-43680. Relevant for 2022-10-27 12:58:37 +00:00
runtestspp.cpp Update libexpat to 2.4.1. This fixes CVE-2013-0340. Relevant for 2021-05-26 19:14:32 +00:00
structdata.c Update libexpat to 2.4.1. This fixes CVE-2013-0340. Relevant for 2021-05-26 19:14:32 +00:00
structdata.h Update libexpat to 2.4.1. This fixes CVE-2013-0340. Relevant for 2021-05-26 19:14:32 +00:00
xmltest.sh Update libexpat to 2.4.1. This fixes CVE-2013-0340. Relevant for 2021-05-26 19:14:32 +00:00

README.txt

This directory contains the (fledgling) test suite for Expat.  The
tests provide general unit testing and regression coverage.  The tests
are not expected to be useful examples of Expat usage; see the
examples/ directory for that.

The Expat tests use a partial internal implementation of the "Check"
unit testing framework for C. More information on Check can be found at:

        http://check.sourceforge.net/

Expat must be built and, depending on platform, must be installed, before "make check" can be executed.

This test suite can all change in a later version.