summaryrefslogtreecommitdiff
path: root/cp/test/inc/test_interf.h
blob: 72a5455ed23f2eea4ad1f1d32601f24a48e55426 (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
29
/* Cesar project {{{
 *
 * Copyright (C) 2007 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    cp/test/test_interf.h
 * \brief   Unit test for module interf
 * \ingroup cp_test
 */

#ifndef interf__test__h
#define interf__test__h

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

#include "cp/cp_types.h"
#include "cp/interf/interf.h"
#include "cp/interf/inc/interf_private.h"
#include "cp/msg/msg.h"


int interf_test (bool verbose);

#endif