aboutsummaryrefslogtreecommitdiffstats
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-12-17 17:27:57 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-12-17 17:27:57 +0000
commit7404cdceee25820f36a4002c904fdd7bb385c8f6 (patch)
tree7cdd2d3ec21df355ae87adc0c55e1ebd71ae0371 /test/CMakeLists.txt
parentc63bee1078c6b8370aadaa73f0bb5f2333fd78cf (diff)
downloadrspamd-7404cdceee25820f36a4002c904fdd7bb385c8f6.tar.gz
rspamd-7404cdceee25820f36a4002c904fdd7bb385c8f6.zip
Add some tests for shingles.
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 021eb0212..4ac7b80a9 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -8,6 +8,7 @@ SET(TESTSRC rspamd_expression_test.c
rspamd_dkim_test.c
rspamd_rrd_test.c
rspamd_radix_test.c
+ rspamd_shingles_test.c
rspamd_upstream_test.c
rspamd_test_suite.c)