Adding a test program to check thread reentrancy
authorDaniel Veillard <veillard@redhat.com>
Fri, 14 Aug 2009 06:58:50 +0000 (08:58 +0200)
committerDaniel Veillard <veillard@redhat.com>
Fri, 14 Aug 2009 06:58:50 +0000 (08:58 +0200)
commit52588cf2f11ce43a184cc3c54fbe50dea19930da
treedca951b8ac15bba3fd3609c9cd63153010e7fe09
parent9d0f428e4daa0fd880dc9cc8a9417adf41a3106a
Adding a test program to check thread reentrancy

* xsltproc/testThreads.c: based loosely on libxml2 one, checks
  concurrent use of the same stylesheet and extensions reentrancy
* config.h.in configure.in: we need to check for pthreads
* Makefile.am xsltproc/Makefile.am: add the new program and insert
  in make check
Makefile.am
config.h.in
configure.in
xsltproc/Makefile.am
xsltproc/testThreads.c [new file with mode: 0644]