1 /* 2 * Copyright (c) 2018 Codecoup 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #include "test_fs.h" 8 9 ZTEST_SUITE(posix_fs_test, NULL, test_mount, NULL, NULL, test_unmount); 10
1 /* 2 * Copyright (c) 2018 Codecoup 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #include "test_fs.h" 8 9 ZTEST_SUITE(posix_fs_test, NULL, test_mount, NULL, NULL, test_unmount); 10