Files
platform-espressif32/examples/espidf-coap-server/components/libcoap/tests/test_sendqueue.h
T

14 lines
287 B
C
Raw Normal View History

2023-01-05 12:42:19 +02:00
/* libcoap unit tests
*
* Copyright (C) 2013 Olaf Bergmann <bergmann@tzi.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*
* This file is part of the CoAP library libcoap. Please see
* README for terms of use.
*/
#include <CUnit/CUnit.h>
CU_pSuite t_init_sendqueue_tests(void);