xref: /third_party/libcoap/tests/test_oscore.h (revision c87c5fba)
1/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2
3/* libcoap unit tests
4 *
5 * Copyright (C) 2021-2023 Jon Shallow <supjps-libcoap@jpshallow.com>
6 *
7 * SPDX-License-Identifier: BSD-2-Clause
8 *
9 * This file is part of the CoAP library libcoap. Please see
10 * README for terms of use.
11 */
12
13#include <CUnit/CUnit.h>
14
15CU_pSuite t_init_oscore_tests(void);
16