summaryrefslogtreecommitdiff
path: root/cesar/cp/test/inc/test_conn.h
blob: 6eff0cbd7f9ca4b818d7b8d69bddd1db6e09c069 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* Cesar project {{{
 *
 * Copyright (C) 2007 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    cp/test/test_conn.h
 * \brief   Unit test for module conn
 * \ingroup cp_test
 */

#ifndef conn__test__h
#define conn__test__h

#include <stdio.h>
#include <string.h>

#include "cp/cp_types.h"
#include "cp/conn/conn.h"
#include "cp/conn/inc/conn_priv.h"


int conn_test (bool verbose);

#endif