opnsense-src/contrib/expat/tests
Xin LI 6b2c1e49da MFV r355071: libbsdxml (expat) 2.2.9.
MFC after:	2 weeks
Relnotes:	yes
2019-11-25 07:48:16 +00:00
..
benchmark MFV r355071: libbsdxml (expat) 2.2.9. 2019-11-25 07:48:16 +00:00
chardata.c MFV r355071: libbsdxml (expat) 2.2.9. 2019-11-25 07:48:16 +00:00
chardata.h MFV r355071: libbsdxml (expat) 2.2.9. 2019-11-25 07:48:16 +00:00
Makefile.am Update expat to 2.2.6 2018-11-04 16:08:59 +00:00
Makefile.in MFV r355071: libbsdxml (expat) 2.2.9. 2019-11-25 07:48:16 +00:00
memcheck.c MFV r355071: libbsdxml (expat) 2.2.9. 2019-11-25 07:48:16 +00:00
memcheck.h MFV r355071: libbsdxml (expat) 2.2.9. 2019-11-25 07:48:16 +00:00
minicheck.c MFV r355071: libbsdxml (expat) 2.2.9. 2019-11-25 07:48:16 +00:00
minicheck.h MFV r355071: libbsdxml (expat) 2.2.9. 2019-11-25 07:48:16 +00:00
README.txt Update base system libexpat to 2.1.0. 2013-02-26 00:58:44 +00:00
runtests.c MFV r355071: libbsdxml (expat) 2.2.9. 2019-11-25 07:48:16 +00:00
runtests.sln Update expat to 2.2.6 2018-11-04 16:08:59 +00:00
runtestspp.cpp Update expat to 2.2.6 2018-11-04 16:08:59 +00:00
structdata.c MFV r355071: libbsdxml (expat) 2.2.9. 2019-11-25 07:48:16 +00:00
structdata.h MFV r355071: libbsdxml (expat) 2.2.9. 2019-11-25 07:48:16 +00:00
udiffer.py Update expat to 2.2.6 2018-11-04 16:08:59 +00:00
xmltest.log.expected Update expat to 2.2.6 2018-11-04 16:08:59 +00:00
xmltest.sh MFV r355071: libbsdxml (expat) 2.2.9. 2019-11-25 07:48:16 +00:00

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.