Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-30 | Added test for HWM | Mikko Koppanen | |
Signed-off-by: Mikko Koppanen <mkoppanen@php.net> | |||
2011-01-20 | Do not execute ipc tests under MinGW | Mikko Koppanen | |
Signed-off-by: Mikko Koppanen <mkoppanen@php.net> | |||
2010-11-17 | Fix mingw32 build | Mikko Koppanen | |
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-10-01 | stress test for shutdown process added | Martin Sustrik | |
2010-08-28 | Added tests for transports per socket | Guido Goldstein | |
2010-08-27 | two tests added | Guido Goldstein | |
2010-08-27 | Add a basic framework for a test suite | Martin Lucina | |
The test suite uses the standard automake support. Tests are always built, but run only when you do a "make check". |