diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-03-24 13:51:46 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-03-24 13:51:46 +0000 |
commit | 30cdb0547e6928bda21a4f37aac368957125b527 (patch) | |
tree | cf46fe35dce01380914e4c2505e6df66b9e449e1 /test/CMakeLists.txt | |
parent | 21d32da6a5200dde3dad32ea40721ff2f1679419 (diff) | |
download | rspamd-30cdb0547e6928bda21a4f37aac368957125b527.tar.gz rspamd-30cdb0547e6928bda21a4f37aac368957125b527.zip |
Remove deprecated test.
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 5d1f0aaab..d7392683f 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,5 +1,4 @@ -SET(TESTSRC rspamd_expression_test.c - rspamd_mem_pool_test.c +SET(TESTSRC rspamd_mem_pool_test.c rspamd_statfile_test.c rspamd_fuzzy_test.c rspamd_url_test.c |