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>
11 lines
184 B
C
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);
|