Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
86cd2c84c34f5376da858b7f8d700fe62d050a8c
/
.
/
tests
/
lib
/
cbprintf_package
/
src
/
main.c
blob: 8dfea7d4f960f32eb7d769cd4f2eed09b7cba030 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2021 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#include
<ztest.h>
#include
<string.h>
#include
"test.inc"
void
test_cxx
(
void
);
void
test_cc
(
void
);
void
test_main
(
void
)
{
test_cc
();
test_cxx
();
}