Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
2037362e1665ce901b5ff085d3fa6bcaf2ac426c
/
.
/
tests
/
posix
/
common
/
src
/
_main.c
blob: 264b2e403fd78013dc942f02563cf17b867003e8 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2018 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#include
<pthread.h>
#include
<zephyr/ztest.h>
ZTEST_SUITE
(
posix_apis
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
);