libexpat/expat/tests
2022-02-23 22:58:36 +01:00
..
benchmark Sync file headers 2022-02-15 21:23:29 +01:00
.gitignore .gitignore: Add missing build results (CMake, qa.sh) 2019-09-05 19:38:36 +02:00
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 tests: Resolve use of macros NAN and INFINITY for GNU G++ 4.8.2 2022-02-23 22:58:36 +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 Add missing MIT headers 2021-05-02 19:53:29 +02: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.