You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 36ed224bac
Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
2 years ago
..
benchmark Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
README.txt Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
chardata.c Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
chardata.h Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
minicheck.c Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
minicheck.h Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
runtests.c Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
runtestspp.cpp Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
xmltest.sh Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago

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.