zephyr/tests/modules/uoscore/src/main.c
Anas Nashif 7741a9baf8 tests: move uoscore-uedhoc tests into tests/modules
Those are tests for a module, so put them under tests/modules.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-08-28 13:37:39 -04:00

12 lines
231 B
C

/*
* Copyright (c) 2021 Fraunhofer AISEC.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/kernel.h>
#include <zephyr/ztest.h>
/* OSCORE testvector tests */
ZTEST_SUITE(oscore_tests, NULL, NULL, NULL, NULL, NULL);