Those are tests for a module, so put them under tests/modules. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
12 lines
231 B
C
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);
|