summaryrefslogtreecommitdiff
path: root/cp/test/inc/test_interf.h
diff options
context:
space:
mode:
authorsave2008-04-07 14:17:42 +0000
committersave2008-04-07 14:17:42 +0000
commit3d58a62727346b7ac1a6cb36fed1a06ed72228dd (patch)
treed7788c3cf9f76426aef0286d0202e2097f0fa0eb /cp/test/inc/test_interf.h
parent095dca4b0a8d4924093bab424f71f588fdd84613 (diff)
Moved the complete svn base into the cesar directory.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1769 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cp/test/inc/test_interf.h')
-rw-r--r--cp/test/inc/test_interf.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/cp/test/inc/test_interf.h b/cp/test/inc/test_interf.h
deleted file mode 100644
index 72a5455ed2..0000000000
--- a/cp/test/inc/test_interf.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/* Cesar project {{{
- *
- * Copyright (C) 2007 Spidcom
- *
- * <<<Licence>>>
- *
- * }}} */
-/**
- * \file cp/test/test_interf.h
- * \brief Unit test for module interf
- * \ingroup cp_test
- */
-
-#ifndef interf__test__h
-#define interf__test__h
-
-#include <stdio.h>
-#include <string.h>
-
-#include "cp/cp_types.h"
-#include "cp/interf/interf.h"
-#include "cp/interf/inc/interf_private.h"
-#include "cp/msg/msg.h"
-
-
-int interf_test (bool verbose);
-
-#endif
-