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