zephyr/tests/subsys/fs/lib_link/src/main.c
Jordan Yates b6f8eff2f3 tests: fs: lib_link: added
Add a test validating that Zephyr can compile with the 3 underlying
filesystems enabled with only `CONFIG_FILE_SYSTEM_LIB_LINK` enabled.

Signed-off-by: Jordan Yates <jordan@embeint.com>
2025-01-21 15:13:05 +01:00

11 lines
184 B
C

/*
* Copyright (c) 2025 Embeint Inc
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <string.h>
#include <zephyr/ztest.h>
ZTEST_SUITE(lib_link, NULL, NULL, NULL, NULL, NULL);