Skip to content

Commit 1d357e0

Browse files
JordanYatesjhedberg
authored andcommitted
tests: lib: fdtable: declare the fd used by test
Ensure that the test has a free file descriptor to use. Signed-off-by: Jordan Yates <[email protected]>
1 parent fb01c78 commit 1d357e0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/lib/fdtable/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Copyright (c) 2025 Embeint Pty Ltd
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
config ZVFS_OPEN_ADD_SIZE_TEST
5+
int
6+
default 1
7+
8+
source "Kconfig.zephyr"

0 commit comments

Comments
 (0)