view src/tests/test-common.h @ 7085:d60a2e859e38 HEAD

s/SS_LIBS/SSL_LIBS/
author Timo Sirainen <tss@iki.fi>
date Tue, 01 Jan 2008 21:54:06 +0200
parents 3fe934d0843a
children 2ac2ca9089bf
line wrap: on
line source

#ifndef TEST_COMMON_H
#define TEST_COMMON_H

struct istream *test_istream_create(const char *data);
void test_istream_set_size(struct istream *input, uoff_t size);

void test_out(const char *name, bool success);
void test_out_reason(const char *name, bool success, const char *reason);

void test_init(void);
int test_deinit(void);

#endif