summaryrefslogtreecommitdiff
path: root/cp/test/inc/test_secu.h
blob: b2ef02e7f9bcf886171530f080cfca1cd5b8f302 (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 (void);

#endif