/* Copyright (c) 2016-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "str.h"
#include "istream.h"
#include "fs-test.h"
#include "test-common.h"
static void test_fs_metawrap_stat(void)
{
const char *error;
unsigned int i;
test_begin("fs metawrap stat");
for (i = 0; i < 2; i++) {
if (i == 0) {
} else {
}
}
test_end();
}
static void test_fs_metawrap_async(void)
{
}
static void test_fs_metawrap_write_empty(void)
{
const char *error;
test_begin("fs metawrap write empty file");
test_end();
}
int main(void)
{
static void (*const test_functions[])(void) = {
};
return test_run(test_functions);
}