Mikko Koppanen
72d320366f
Added test for HWM
...
Signed-off-by: Mikko Koppanen <mkoppanen@php.net>
2011-01-30 11:51:30 +01:00
Mikko Koppanen
8e61a11b39
Do not execute ipc tests under MinGW
...
Signed-off-by: Mikko Koppanen <mkoppanen@php.net>
2011-01-20 22:13:01 +01:00
Mikko Koppanen
3dbd5d5872
Fix mingw32 build
...
MinGW32 defines __int64_t as long long, which causes the build to fail
unless -Wno-long-long is used. In addition the shutdown_stress test
isn't currently compatible with Win.
Signed-off-by: Mikko Koppanen <mkoppanen@php.net>
2010-11-17 15:05:01 +01:00
Martin Sustrik
1a6cd59e8b
stress test for shutdown process added
2010-10-01 16:03:08 +02:00
Guido Goldstein
0a8473dedd
Added tests for transports per socket
2010-08-28 13:58:23 +02:00
Guido Goldstein
4d9b046977
two tests added
2010-08-27 21:13:45 +02:00
Martin Lucina
35cb1fade6
Add a basic framework for a test suite
...
The test suite uses the standard automake support. Tests are always built,
but run only when you do a "make check".
2010-08-27 18:35:59 +02:00