summaryrefslogtreecommitdiff
path: root/cesar/cp/test/inc/test_station.h
blob: 71c1e4b81fdb6d8ab720ceccf6faf326e83ebe75 (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
/* Cesar project {{{
 *
 * Copyright (C) 2007 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    cp/test/test_station.h
 * \brief   Unit tests for module station.
 * \ingroup cp_test
 */
#ifndef TEST_STATION_H_
#define TEST_STATION_H_

#include "cp/station/station.h"
#include "cp/station/inc/station_event_handler.h"
#include "cp/msg/msg.h"

#include <cyg/hal/hal_arch.h>


int station_test (bool verbose);


#endif /*TEST_STATION_H_*/