summaryrefslogtreecommitdiff
path: root/cesar/cp/test/inc/test_conn.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp/test/inc/test_conn.h')
-rw-r--r--cesar/cp/test/inc/test_conn.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/cesar/cp/test/inc/test_conn.h b/cesar/cp/test/inc/test_conn.h
new file mode 100644
index 0000000000..6eff0cbd7f
--- /dev/null
+++ b/cesar/cp/test/inc/test_conn.h
@@ -0,0 +1,28 @@
+/* Cesar project {{{
+ *
+ * Copyright (C) 2007 Spidcom
+ *
+ * <<<Licence>>>
+ *
+ * }}} */
+/**
+ * \file cp/test/test_conn.h
+ * \brief Unit test for module conn
+ * \ingroup cp_test
+ */
+
+#ifndef conn__test__h
+#define conn__test__h
+
+#include <stdio.h>
+#include <string.h>
+
+#include "cp/cp_types.h"
+#include "cp/conn/conn.h"
+#include "cp/conn/inc/conn_priv.h"
+
+
+int conn_test (bool verbose);
+
+#endif
+