aboutsummaryrefslogtreecommitdiffstats
path: root/test/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Build tests with CTest in CmakeVsevolod Stakhov2024-02-191-44/+50
|
* Add SYSTEM_DOCTEST cmake optionPetr Vaněk2021-09-021-2/+0
| | | | | | | | | | | | | | | This gives packagers option to use system version of doctest rather than bundled one. It is disabled by default. Additionally, there is no need to link rspamd-test-cxx with doctest as it is is single header library. Main reason for this change is that currently bundled version of doctest-2.4.5 can't compile with glibc-2.34 [1]. However, this issue was already fixed in upstream doctest-2.4.6 [2] in commit [3]. With this, packagers can just bump doctest to fixed version. [1] https://github.com/onqtam/doctest/issues/473 [2] https://github.com/onqtam/doctest/blob/master/CHANGELOG.md#246-2021-03-22 [3] https://github.com/onqtam/doctest/commit/099d5414e97244ec44cf46b14cd176b3a3dc52e3
* [Minor] Always use c++ linker nowVsevolod Stakhov2021-05-281-3/+1
|
* [Project] Css: Add some c++ unit testsVsevolod Stakhov2021-03-121-0/+10
|
* [Project] Add doctest unit testing libraryVsevolod Stakhov2021-03-121-1/+0
|
* [Minor] Use CONFIGURE_DEPENDS for glob expressionsVsevolod Stakhov2020-11-181-1/+1
|
* [Test] Fix functional testsVsevolod Stakhov2019-06-221-1/+0
|
* [Minor] Disable broken http benchVsevolod Stakhov2019-02-191-1/+0
|
* [Minor] Try to fix linking hellVsevolod Stakhov2019-02-141-2/+0
|
* [Minor] Oops, add dependencyVsevolod Stakhov2019-02-131-0/+1
|
* [Rework] Convert rspamd-server to a shared libraryVsevolod Stakhov2019-02-131-18/+0
|
* [Minor] Benchmark for lua callsMikhail Galanin2018-08-201-0/+1
|
* [Minor] Redis support is now unconditionalVsevolod Stakhov2018-07-101-3/+1
|
* [Minor] Fix tests buildVsevolod Stakhov2018-03-291-0/+1
|
* [Minor] Some fixes for static buildVsevolod Stakhov2017-03-311-0/+2
|
* [Minor] Fix tests buildVsevolod Stakhov2016-11-051-0/+1
|
* [Fix] Fix build with the new tests frameworkVsevolod Stakhov2016-06-291-28/+0
|
* [Rework] Finish rework for the rest of places that use HTTPVsevolod Stakhov2016-06-101-0/+1
|
* [Feature] Add unit tests for heapVsevolod Stakhov2016-04-081-0/+1
|
* Add Level-Compressed Tree Bitmap contrib codeVsevolod Stakhov2016-02-111-0/+1
| | | | Implementation by: Geoffrey T. Dairiki <dairiki@dairiki.org>
* Embed hiredis as it is broken literally everywhereVsevolod Stakhov2016-01-111-0/+3
|
* Fix testsVsevolod Stakhov2016-01-071-0/+4
|
* Allow conditional build of snowball.Vsevolod Stakhov2015-10-231-1/+3
|
* Do not use relative path for linkage.Vsevolod Stakhov2015-10-021-2/+2
| | | | Issue: #386
* Remove legacy fuzzy code completely.Vsevolod Stakhov2015-07-181-1/+0
|
* Fix unit test building and starting.Vsevolod Stakhov2015-07-141-2/+2
|
* Adopt build system for new tests.Vsevolod Stakhov2015-07-091-6/+6
|
* Start functional tests.Vsevolod Stakhov2015-07-021-0/+27
|
* Add unit test for cryptobox.Vsevolod Stakhov2015-05-071-0/+1
|
* Fix linking if tests.Vsevolod Stakhov2015-04-071-0/+1
|
* Remove deprecated test.Vsevolod Stakhov2015-03-241-2/+1
|
* Properly link rspamd_server on darwin.Vsevolod Stakhov2015-03-051-1/+1
|
* Fix linking on Darwin.Vsevolod Stakhov2015-03-051-1/+5
|
* Add explicit dependency for rspamd-test on rspamd-serverVsevolod Stakhov2015-02-281-1/+1
|
* Include the whole rspamd-server for ffi.Vsevolod Stakhov2015-02-281-1/+3
|
* Rework lua tests one more time.Vsevolod Stakhov2015-02-281-2/+10
|
* Remove expired.Vsevolod Stakhov2015-02-271-4/+0
|
* Fix lua tests copying.Vsevolod Stakhov2015-02-271-6/+9
|
* Reorganize lua tests.Vsevolod Stakhov2015-02-271-3/+11
|
* Add lua test framework.Vsevolod Stakhov2015-02-271-1/+11
|
* Eliminate mess with linking.Vsevolod Stakhov2015-02-131-36/+1
|
* Small fixes.Vsevolod Stakhov2015-02-091-0/+3
|
* Add HTTP connections speed test.Vsevolod Stakhov2015-02-041-0/+1
|
* Remove checks from debian build.Vsevolod Stakhov2014-12-201-20/+23
|
* Add some tests for shingles.Vsevolod Stakhov2014-12-171-0/+1
|
* Add a simple upstreams test.Vsevolod Stakhov2014-11-021-0/+1
|
* Fix profiler linkage.Vsevolod Stakhov2014-09-171-0/+3
|
* Add radix trie test suite.Vsevolod Stakhov2014-09-121-2/+3
|
* Restore testing framework.Vsevolod Stakhov2014-09-121-4/+1
|
* Add a test suite for rcl.Vsevolod Stakhov2013-08-091-1/+3
|