Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
560ccb1f5cf4f35972763f2def3956b924b6172d
/
.
/
tests
/
posix
/
fs
/
src
/
main.c
blob: 6a124d25373284609e6342bf50f5e9dccfd05bfe [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2018 Codecoup
*
* SPDX-License-Identifier: Apache-2.0
*/
#include
"test_fs.h"
ZTEST_SUITE
(
posix_fs_test
,
NULL
,
test_mount
,
NULL
,
NULL
,
test_unmount
);