test-iostream-proxy.c revision bcb4e51a409d94ae670de96afb8483a4f7855294
/* Copyright (c) 2016-2018 Dovecot authors, see the included COPYING file */
#include "test-lib.h"
#include "istream.h"
#include "ostream.h"
#include "buffer.h"
#include "ioloop.h"
#include "iostream-proxy.h"
#include <unistd.h>
static
{
if (--*u0 == 0)
}
static
void test_iostream_proxy_simple(void)
{
test_begin("iostream_proxy");
int sfdl[2];
int sfdr[2];
int counter;
struct iostream_proxy *proxy;
counter = 1;
counter = 1;
/* close fd */
i_close_fd(&sfdl[0]);
i_close_fd(&sfdr[0]);
test_end();
}
void test_iostream_proxy(void)
{
T_BEGIN {
} T_END;
}