/* Cesar project {{{ * * Copyright (C) 2007 Spidcom * * <<>> * * }}} */ /** * \file cp/test/test_conn.h * \brief Unit test for module conn * \ingroup cp_test */ #ifndef conn__test__h #define conn__test__h #include #include #include "cp/cp_types.h" #include "cp/conn/conn.h" #include "cp/conn/inc/conn_priv.h" int conn_test (bool verbose); #endif