summaryrefslogtreecommitdiff
path: root/test/bloom.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/bloom.c')
-rw-r--r--test/bloom.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/bloom.c b/test/bloom.c
index 8d8c21c24..71a0b013a 100644
--- a/test/bloom.c
+++ b/test/bloom.c
@@ -73,6 +73,13 @@ static void dict_bloom_teardown(void)
/* Tests */
+/**
+ * Test blooom filter creation
+ *
+ * Create a bloom filter, add a single entry and test for presece and
+ * absence of that entry (single entry cannot have false positives).
+ *
+ */
START_TEST(bloom_create_test)
{
struct bloom_filter *b;