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

14 lines
284 B
C
Raw Normal View History

2023-01-05 12:42:19 +02:00
/* 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);