summaryrefslogtreecommitdiff
path: root/cp/test/inc/test_station.h
diff options
context:
space:
mode:
Diffstat (limited to 'cp/test/inc/test_station.h')
-rw-r--r--cp/test/inc/test_station.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/cp/test/inc/test_station.h b/cp/test/inc/test_station.h
new file mode 100644
index 0000000000..789fa54c58
--- /dev/null
+++ b/cp/test/inc/test_station.h
@@ -0,0 +1,22 @@
+/* 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"
+
+
+void station_test (void);
+
+
+#endif /*TEST_STATION_H_*/