php-ext-xlswriter/library/libexpat/expat/tests
ykxiao 879cf9584d 初始化PHP-Xlswrite扩展 2024-03-05 10:01:08 +08:00
..
benchmark 初始化PHP-Xlswrite扩展 2024-03-05 10:01:08 +08:00
.gitignore 初始化PHP-Xlswrite扩展 2024-03-05 10:01:08 +08:00
Makefile.am 初始化PHP-Xlswrite扩展 2024-03-05 10:01:08 +08:00
README.txt 初始化PHP-Xlswrite扩展 2024-03-05 10:01:08 +08:00
chardata.c 初始化PHP-Xlswrite扩展 2024-03-05 10:01:08 +08:00
chardata.h 初始化PHP-Xlswrite扩展 2024-03-05 10:01:08 +08:00
memcheck.c 初始化PHP-Xlswrite扩展 2024-03-05 10:01:08 +08:00
memcheck.h 初始化PHP-Xlswrite扩展 2024-03-05 10:01:08 +08:00
minicheck.c 初始化PHP-Xlswrite扩展 2024-03-05 10:01:08 +08:00
minicheck.h 初始化PHP-Xlswrite扩展 2024-03-05 10:01:08 +08:00
runtests.c 初始化PHP-Xlswrite扩展 2024-03-05 10:01:08 +08:00
runtests.sln 初始化PHP-Xlswrite扩展 2024-03-05 10:01:08 +08:00
runtests.vcxproj 初始化PHP-Xlswrite扩展 2024-03-05 10:01:08 +08:00
runtests.vcxproj.filters 初始化PHP-Xlswrite扩展 2024-03-05 10:01:08 +08:00
runtestspp.cpp 初始化PHP-Xlswrite扩展 2024-03-05 10:01:08 +08:00
structdata.c 初始化PHP-Xlswrite扩展 2024-03-05 10:01:08 +08:00
structdata.h 初始化PHP-Xlswrite扩展 2024-03-05 10:01:08 +08:00
udiffer.py 初始化PHP-Xlswrite扩展 2024-03-05 10:01:08 +08:00
xmltest.log.expected 初始化PHP-Xlswrite扩展 2024-03-05 10:01:08 +08:00
xmltest.sh 初始化PHP-Xlswrite扩展 2024-03-05 10:01:08 +08:00

README.txt

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.