libexpat/expat/tests
2022-01-13 23:45:22 +01:00
..
benchmark Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
.gitignore
chardata.c Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
chardata.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
Makefile.am Autotools|CMake: Link against libm for function "isnan" 2021-09-20 18:27:52 +02:00
memcheck.c Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
memcheck.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
minicheck.c Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
minicheck.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
README.txt
runtests.c Sync years in file headers 2022-01-13 23:45:22 +01:00
runtestspp.cpp Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
structdata.c Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
structdata.h Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
udiffer.py Increase precision in existing MIT headers based on Git history 2021-05-02 19:53:29 +02:00
xmltest.log.expected
xmltest.sh

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.