test-mail-index-map.c revision efe78d3ba24fc866af1c79b9223dc0809ba26cad
/* Copyright (c) 2016 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "array.h"
#include "test-common.h"
#include "mail-index-private.h"
#include "mail-index-modseq.h"
#include "mail-index-transaction-private.h"
static void test_mail_index_map_lookup_seq_range_count(unsigned int messages_count)
{
struct mail_index_record_map rec_map;
struct mail_index_map map;
continue;
}
}
}
static void test_mail_index_map_lookup_seq_range(void)
{
unsigned int i;
test_begin("mail index map lookup seq range");
for (i = 1; i < 20; i++)
test_end();
}
int main(void)
{
static void (*const test_functions[])(void) = {
};
return test_run(test_functions);
}