summaryrefslogtreecommitdiff
path: root/test/threads
Commit message (Collapse)AuthorAgeFilesLines
* added entities testing to the Thread test make the test reasonable fix theDaniel Veillard2001-10-228-14/+15
| | | | | | | | | * test/threads/*: added entities testing to the Thread test * testThreads.c: make the test reasonable * DOCBparser.c: fix the DTD public and system ID * xmllint.c: added --sgml for SGML DocBook importing * Makefile.am: added Docbtests target Daniel
* fixed some bugs in CFLAGS passing. added a specific threaded test caseDaniel Veillard2001-10-1721-0/+122
* configure.in: fixed some bugs in CFLAGS passing. * test/threads Makefile.am testThreads.c: added a specific threaded test case (really nasty, guaranteed). Daniel