summaryrefslogtreecommitdiff
path: root/cesar/cp/test/inc/test_station.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp/test/inc/test_station.h')
-rw-r--r--cesar/cp/test/inc/test_station.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/cesar/cp/test/inc/test_station.h b/cesar/cp/test/inc/test_station.h
new file mode 100644
index 0000000000..71c1e4b81f
--- /dev/null
+++ b/cesar/cp/test/inc/test_station.h
@@ -0,0 +1,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_*/