From c4c904e476e90bf5882db31d0f31cfcd325b425f Mon Sep 17 00:00:00 2001 From: Yong Cong Sin Date: Fri, 14 Jul 2023 13:23:37 +0800 Subject: [PATCH] test: posix: signal: add test for big nsig number Add an extra test config to test large number of signals. Signed-off-by: Yong Cong Sin --- tests/posix/common/testcase.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/posix/common/testcase.yaml b/tests/posix/common/testcase.yaml index e4b30e45ea698b0..a3086233b6c3c3c 100644 --- a/tests/posix/common/testcase.yaml +++ b/tests/posix/common/testcase.yaml @@ -83,3 +83,6 @@ tests: portability.posix.common.signal.strsignal_no_desc: extra_configs: - CONFIG_POSIX_SIGNAL_STRING_DESC=n + portability.posix.common.signal.big_nsig: + extra_configs: + - CONFIG_POSIX_RTSIG_MAX=1024