Files
platform-espressif32/examples/espidf-coap-server/components/libcoap/tests/test_encode.h
T
Valerii Koval 4a461f5221 Update examples
2023-01-06 14:29:59 +02:00

14 lines
284 B
C

/* libcoap unit tests
*
* Copyright (C) 2019 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_encode_tests(void);