/* Copyright (c) 2008-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "imap-match.h"
#include "test-common.h"
struct test_imap_match {
const char *pattern;
const char *input;
};
static void test_imap_match(void)
{
};
};
unsigned int i;
/* first try tests without inboxcasing */
test_begin("imap match");
for (i = 0; i < N_ELEMENTS(test); i++) {
FALSE, '/');
/* test the dup after clearing first one's memory */
}
/* inboxcasing tests */
for (i = 0; i < N_ELEMENTS(inbox_test); i++) {
TRUE, '/');
/* test the dup after clearing first one's memory */
}
pool_unref(&pool);
test_end();
}
static void test_imap_match_globs_equal(void)
{
test_begin("imap match globs equal");
pool_unref(&pool);
test_end();
}
int main(void)
{
static void (*const test_functions[])(void) = {
};
return test_run(test_functions);
}