2020-08-12 05:04:47 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2019 Oticon A/S
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
2022-05-28 05:53:59 +08:00
|
|
|
#include <zephyr/ztest.h>
|
|
|
|
#include <zephyr/sys/util.h>
|
2020-08-12 05:04:47 +08:00
|
|
|
#include <string.h>
|
|
|
|
|
|
|
|
#include "test.inc"
|