xref: /third_party/libcoap/tests/test_session.h (revision c87c5fba)
1/* libcoap unit tests
2 *
3 * Copyright (C) 2018 Olaf Bergmann <bergmann@tzi.org>
4 *
5 * SPDX-License-Identifier: BSD-2-Clause
6 *
7 * This file is part of the CoAP library libcoap. Please see
8 * README for terms of use.
9 */
10
11#include <CUnit/CUnit.h>
12
13CU_pSuite t_init_session_tests(void);
14