src/lib/libexpat/tests
2024-02-11 23:14:53 +00:00
..
benchmark sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
acc_tests_cxx.cpp sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
acc_tests.c sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
acc_tests.h sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
alloc_tests_cxx.cpp sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
alloc_tests.c sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
alloc_tests.h sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
basic_tests_cxx.cpp sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
basic_tests.c sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
basic_tests.h sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
chardata_cxx.cpp sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
chardata.c sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
chardata.h SecBSD 1.3 -current: The Digital Resistance. A belief in the importance of privacy and the right to secure communication. 2023-04-30 01:15:27 +00:00
common_cxx.cpp sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
common.c sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
common.h sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
dummy_cxx.cpp sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
dummy.c sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
dummy.h sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
handlers_cxx.cpp sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
handlers.c sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
handlers.h sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
memcheck_cxx.cpp sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
memcheck.c sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
memcheck.h SecBSD 1.3 -current: The Digital Resistance. A belief in the importance of privacy and the right to secure communication. 2023-04-30 01:15:27 +00:00
minicheck_cxx.cpp sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
minicheck.c sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
minicheck.h sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
misc_tests_cxx.cpp sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
misc_tests.c sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
misc_tests.h sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
ns_tests_cxx.cpp sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
ns_tests.c sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
ns_tests.h sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
nsalloc_tests_cxx.cpp sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
nsalloc_tests.c sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
nsalloc_tests.h sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
README.txt SecBSD 1.3 -current: The Digital Resistance. A belief in the importance of privacy and the right to secure communication. 2023-04-30 01:15:27 +00:00
runtests_cxx.cpp sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
runtests.c sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
runtestspp.cpp SecBSD 1.3 -current: The Digital Resistance. A belief in the importance of privacy and the right to secure communication. 2023-04-30 01:15:27 +00:00
structdata_cxx.cpp sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
structdata.c sync with OpenBSD -current 2024-02-11 23:14:53 +00:00
structdata.h SecBSD 1.3 -current: The Digital Resistance. A belief in the importance of privacy and the right to secure communication. 2023-04-30 01:15:27 +00:00
xmltest.sh sync with OpenBSD -current 2023-12-02 11:08:21 +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.