1# Copyright (c) 2021 Stephanos Ioannidis <root@stephanos.io>
2# SPDX-License-Identifier: Apache-2.0
3
4config NEWLIB_THREAD_SAFETY_TEST_LOCKS
5 bool "Test: Locks"
6 default y
7
8config NEWLIB_THREAD_SAFETY_TEST_STRESS
9 bool "Test: Stress"
10
11source "Kconfig"
12