diff options
author | Nick Wellnhofer <wellnhofer@aevum.de> | 2022-04-03 20:36:38 +0200 |
---|---|---|
committer | Nick Wellnhofer <wellnhofer@aevum.de> | 2022-04-04 04:14:55 +0200 |
commit | 48b03c847972659bf2d4451cd77f7288ad61ebf6 (patch) | |
tree | 4518e5d6e30b41e6f8dd4ce62fb59fc92f0e51ab /doc | |
parent | 0d467de29994f222f8faeb991539da31e5ab68ab (diff) | |
download | libxml2-48b03c847972659bf2d4451cd77f7288ad61ebf6.tar.gz |
Remove major parts of old test suite
Remove all the parts of the old test suite which are covered by
runtest.c for quite some time.
The following test programs are removed:
- testC14N
- testHTML
- testReader
- testRelax
- testSAX
- testSchemas
- testURI
- testXPath
This also removes a few results of unimportant tests only run by the old
test suite.
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/apibuild.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/apibuild.py b/doc/apibuild.py index 2fbe11a9..18ac9417 100755 --- a/doc/apibuild.py +++ b/doc/apibuild.py @@ -31,18 +31,10 @@ ignored_files = { "testOOMlib.c": "out of memory tester", "rngparser.c": "not yet integrated", "rngparser.h": "not yet integrated", - "testHTML.c": "test tool", - "testReader.c": "test tool", - "testSchemas.c": "test tool", - "testXPath.c": "test tool", "testAutomata.c": "test tool", "testModule.c": "test tool", "testRegexp.c": "test tool", "testThreads.c": "test tool", - "testC14N.c": "test tool", - "testRelax.c": "test tool", - "testSAX.c": "test tool", - "testURI.c": "test tool", "testapi.c": "generated regression tests", "runtest.c": "regression tests program", "runsuite.c": "regression tests program", |