Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
dd0bf5c20b0042fe9c475e41482b8fd6d70c044f
/
.
/
tests
/
unit
/
util
/
main.c
blob: 0720b8cba838041d66335db418555450c70fb495 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2019 Oticon A/S
*
* SPDX-License-Identifier: Apache-2.0
*/
#include
<ztest.h>
#include
<sys/util.h>
#include
<string.h>
#include
"test.inc"
void
test_cxx
(
void
);
void
test_cc
(
void
);
void
test_main
(
void
)
{
test_cc
();
test_cxx
();
}