• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 
15 CU_pSuite t_init_oscore_tests(void);
16