blob: 731d6a11629f9a1bfef95c9fec58182ce5026544 [file] [log] [blame]
Daniel Veillard1f33c4d2005-07-10 21:38:31 +00001 README.tests
2
3 Instructions for standalone test regressions of libxml2
4
5libxml2-tests-$version.tar.gz contains 3 standalone C programs as well
6as a large amount of tests and results coming from libxml2 itself and
7from W3C, NIST, Sun Microsystems, Microsoft and James Clark. Each C
8program has a different testing purpose:
9
10 runtest.c : runs libxml2 basic internal regression tests
11 runsuite.c: runs libxml2 against external regression tests
12 testapi.c : exercises the library public entry points
Daniel Veillardabade012008-07-24 15:05:38 +000013 testchar.c: exercise the check of character ranges and UTF-8 validation
Daniel Veillard1f33c4d2005-07-10 21:38:31 +000014
15The command:
16
Daniel Veillardabade012008-07-24 15:05:38 +000017 make -f Makefile.tests check
Daniel Veillard1f33c4d2005-07-10 21:38:31 +000018
19should be sufficient on an Unix system to build and exercise the tests
Daniel Veillardabade012008-07-24 15:05:38 +000020for the version of the library installed on the system. Note however
Daniel Veillard1f33c4d2005-07-10 21:38:31 +000021that there isn't backward compatibility provided so if the installed
22version is older to the testsuite one, failing to compile or run the tests
23is likely. In any event this won't work with an installed libxml2 older
24than 2.6.20.
Daniel Mustielesfabbca82012-03-19 21:42:00 +010025Building on other platforms should be a matter of compiling the C files
Daniel Veillard1f33c4d2005-07-10 21:38:31 +000026like any other program using libxml2, running the test should be done
27simply by launching the resulting executables.
28
29Daniel Veillard
Daniel Veillardabade012008-07-24 15:05:38 +000030Thu Jul 24 2008