summaryrefslogtreecommitdiff
path: root/cp/test/inc/test_msg.h
blob: 1fa18f472018f051f048a082233facc324039666 (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
/* Cesar project {{{
 *
 * Copyright (C) 2007 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    cp/test/test_msg.h
 * \brief   Unit tests for module MSG.
 * \ingroup cp_test
 */

#ifndef messages__test__h
#define messages__test__h

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

#include "cp/msg/msg.h"
#include "cp/cp_types.h"


int msg_test (bool verbose);

#endif