Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
benchmark/ | 22-Oct-2020 | ||
chardata.c | 22-Oct-2020 | 3.1K | |
chardata.h | 22-Oct-2020 | 2.2K | |
Makefile.am | 22-Oct-2020 | 2.1K | |
Makefile.in | 22-Oct-2020 | 40.9K | |
memcheck.c | 22-Oct-2020 | 5.6K | |
memcheck.h | 22-Oct-2020 | 2.1K | |
minicheck.c | 22-Oct-2020 | 6.2K | |
minicheck.h | 22-Oct-2020 | 3.8K | |
README.txt | 22-Oct-2020 | 570 | |
runtests.c | 22-Oct-2020 | 462.8K | |
runtests.sln | 22-Oct-2020 | 1K | |
runtests.vcxproj | 22-Oct-2020 | 6.8K | |
runtests.vcxproj.filters | 22-Oct-2020 | 1.6K | |
runtestspp.cpp | 22-Oct-2020 | 1.7K | |
structdata.c | 22-Oct-2020 | 4.6K | |
structdata.h | 22-Oct-2020 | 2.5K | |
udiffer.py | 22-Oct-2020 | 2.2K | |
xmltest.log.expected | 22-Oct-2020 | 398 | |
xmltest.sh | 22-Oct-2020 | 3.6K |
1 This directory contains the (fledgling) test suite for Expat. The 2 tests provide general unit testing and regression coverage. The tests 3 are not expected to be useful examples of Expat usage; see the 4 examples/ directory for that. 5 6 The Expat tests use a partial internal implementation of the "Check" 7 unit testing framework for C. More information on Check can be found at: 8 9 http://check.sourceforge.net/ 10 11 Expat must be built and, depending on platform, must be installed, before "make check" can be executed. 12 13 This test suite can all change in a later version. 14