zephyr/tests/posix/semaphores/Kconfig
Marvin Ouma f7633a55aa tests: posix: common: separate posix semaphores tests into standalone test
posix.common contains testsuites that can be separated into smaller
groups of tests. This change moves semaphore into a singular
testsuite at tests/posix/semaphores app directory.

Signed-off-by: Marvin Ouma <pancakesdeath@protonmail.com>
2024-11-16 14:56:09 -05:00

11 lines
265 B
Text

# Copyright (c) 2023, Meta
# SPDX-License-Identifier: Apache-2.0
config TEST_SEM_N_LOOPS
int "Number of loops in semaphore test"
range 16 1024
default 32
help
This option is specific to semaphore.test_named_semaphore in semaphore.c
source "Kconfig.zephyr"