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

#ifndef secu__test__h
#define secu__test__h

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

#include "cp/secu/secu.h"

int secu_test (bool verbose);

#endif