aboutsummaryrefslogtreecommitdiffstats
path: root/test/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* * Add simple test for rrd.Vsevolod Stakhov2012-12-151-3/+7
| | | | | | | | Several fixes to RRD API. TODO: fix test building TODO: improve update of rrd files TODO: rework shared libraries again
* * Write tests for DKIM signature and key parsers.Vsevolod Stakhov2012-05-291-1/+5
| | | | Fix DKIM parsers.
* Fixed threading for testing suite.Vsevolod Stakhov2012-03-051-1/+2
|
* Fix asynchronous IO API.Vsevolod Stakhov2012-03-011-1/+2
| | | | Write test case for aio.
* Separate librspamdserver API from plugins and workers functions.Vsevolod Stakhov2012-03-011-0/+4
| | | | Make tests compileable again.
* * Rework build process:Vsevolod Stakhov2011-05-101-20/+9
| | | | | | | | | | - add librspamdserver - link this library to all daemons and utils of rspamd - use subdirectories more often * Rework global variables logic - move them to the main process * Fix logging to handle utf-8 correctly * Add statshow utility and make it working * Move printf functions to separate source file
* * Major cleanup of cmake build systemVsevolod Stakhov2011-05-061-0/+41
* Add initial version of statshow utility for statfiles debugging * Add debugging for statistics * Remove unused utilities