summaryrefslogtreecommitdiffstats
path: root/test/rspamd_test_suite.c
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Fix unit testsVsevolod Stakhov2020-02-101-13/+14
|
* [Minor] test: remove hard-coded build directoryPeter Wu2020-01-211-0/+3
| | | | | | | | | | | * Reproducible build: avoid defining the BUILDROOT macro and avoid embedding the build directory in the test image. Instead rely on the test files being present next to the executable. * I considered using g_test_build_filename, available since GLib 2.38 (available on all supported platforms, RHEL 7, Debian, Ubuntu, etc.), but decided against it because it would require setting the G_TEST_SRCDIR or G_TEST_BUILDDIR environment variables. Therefore this patch simply parses argv0 directly.
* [Project] Support mempool flagsVsevolod Stakhov2019-12-231-2/+2
|
* [Rework] Rework initialisation to reduce static leaks countVsevolod Stakhov2019-09-271-1/+0
|
* [Test] Fix functional testsVsevolod Stakhov2019-06-221-3/+4
|
* [Project] First refactoring step libevent->libevVsevolod Stakhov2019-06-221-1/+1
|
* [Minor] Disable broken http benchVsevolod Stakhov2019-02-191-1/+1
|
* [Minor] Fix testsVsevolod Stakhov2018-11-211-2/+3
|
* [Test] Pass test-case patten into test engineMikhail Galanin2018-09-201-0/+3
| | | | | | | | | So that now we can set which test cases should be runned: $ ./test/rspamd-test -p /rspamd/lua -t selectors.lua -c "case .* rcpts" $ ./test/rspamd-test -p /rspamd/lua -c "case 1st rcpts" -c accepts Lua-pattern
* [Test] Added key to run specifig lua-testMikhail Galanin2018-09-191-0/+21
| | | | | | | example: $ ./test/rspamd-test -p /rspamd/lua -t selectors.lua no way to run two test suites atm
* [Test] Init URL parser before running unit testsMikhail Galanin2018-09-191-0/+1
|
* [Minor] Benchmark for lua callsMikhail Galanin2018-08-201-1/+2
|
* [Project] Rework rspamadm and Lua init pathVsevolod Stakhov2018-05-241-1/+1
|
* [Test] Improve URL unit testsVsevolod Stakhov2018-03-301-1/+1
|
* [Test] Add tests, fix normalization algorithmVsevolod Stakhov2017-01-081-2/+0
|
* [Feature] Add mime tool to explore messagesVsevolod Stakhov2016-12-141-2/+4
|
* [Test] Disable broken testsVsevolod Stakhov2016-04-281-5/+5
|
* [Feature] Add unit tests for heapVsevolod Stakhov2016-04-081-0/+1
|
* Store event base in statistics libraryVsevolod Stakhov2016-01-061-1/+1
|
* Fix testsVsevolod Stakhov2015-11-201-5/+3
|
* Reorganize includes to reduce namespace pollution.Vsevolod Stakhov2015-10-081-2/+0
|
* Rename main.h and main.c to `rspamd.X`Vsevolod Stakhov2015-09-221-1/+1
|
* Add tags to rspamd_mempool.Vsevolod Stakhov2015-08-271-2/+2
|
* Remove legacy fuzzy code completely.Vsevolod Stakhov2015-07-181-1/+0
|
* Fix unit test building and starting.Vsevolod Stakhov2015-07-141-0/+2
|
* Add unit test for cryptobox.Vsevolod Stakhov2015-05-071-0/+2
|
* Fix tests build.Vsevolod Stakhov2015-04-171-7/+3
|
* Remove deprecated test.Vsevolod Stakhov2015-03-241-1/+0
|
* Initialize regexp library.Vsevolod Stakhov2015-03-051-0/+3
|
* Rework lua tests one more time.Vsevolod Stakhov2015-02-281-19/+16
|
* Rework lua tests structure, require external busted.Vsevolod Stakhov2015-02-271-1/+5
|
* Add lua test framework.Vsevolod Stakhov2015-02-271-0/+1
|
* Add HTTP connections speed test.Vsevolod Stakhov2015-02-041-0/+1
|
* Add some tests for shingles.Vsevolod Stakhov2014-12-171-0/+1
|
* Refactor function names.Vsevolod Stakhov2014-11-291-1/+1
|
* Add a simple upstreams test.Vsevolod Stakhov2014-11-021-0/+1
|
* Add cleanup.Vsevolod Stakhov2014-09-181-0/+3
|
* Rework radix tests.Vsevolod Stakhov2014-09-171-2/+0
|
* Add radix trie test suite.Vsevolod Stakhov2014-09-121-0/+1
|
* Restore testing framework.Vsevolod Stakhov2014-09-121-8/+5
|
* Refactor config API.Vsevolod Stakhov2014-04-301-3/+3
|
* Refactor memory pool naming.Vsevolod Stakhov2014-04-201-2/+2
|
* Improve test suite by using standard glib test options.Vsevolod Stakhov2013-08-211-19/+3
|
* Add a test suite for rcl.Vsevolod Stakhov2013-08-091-0/+1
|
* * Add simple test for rrd.Vsevolod Stakhov2012-12-151-0/+1
| | | | | | | | 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-0/+1
| | | | Fix DKIM parsers.
* Fixed threading for testing suite.Vsevolod Stakhov2012-03-051-0/+5
|
* Fix asynchronous IO API.Vsevolod Stakhov2012-03-011-0/+1
| | | | Write test case for aio.
* Separate librspamdserver API from plugins and workers functions.Vsevolod Stakhov2012-03-011-2/+8
| | | | Make tests compileable again.
* * Rework build process:Vsevolod Stakhov2011-05-101-6/+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