| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| benchmark/ | 21-Aug-2018 | ||
| chardata.c | 21-Aug-2018 | 3.1K | |
| chardata.h | 21-Aug-2018 | 2.2K | |
| Makefile.am | 21-Aug-2018 | 2.1K | |
| memcheck.c | 21-Aug-2018 | 5.6K | |
| memcheck.h | 21-Aug-2018 | 2.1K | |
| minicheck.c | 21-Aug-2018 | 6.2K | |
| minicheck.h | 21-Aug-2018 | 3.8K | |
| README.txt | 21-Aug-2018 | 570 | |
| runtests.c | 21-Aug-2018 | 460.3K | |
| runtests.sln | 21-Aug-2018 | 1K | |
| runtests.vcxproj | 21-Aug-2018 | 6.8K | |
| runtests.vcxproj.filters | 21-Aug-2018 | 1.6K | |
| runtestspp.cpp | 21-Aug-2018 | 1.7K | |
| structdata.c | 21-Aug-2018 | 4.6K | |
| structdata.h | 21-Aug-2018 | 2.5K | |
| udiffer.py | 21-Aug-2018 | 2.2K | |
| xmltest.log.expected | 21-Aug-2018 | 398 | |
| xmltest.sh | 21-Aug-2018 | 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