This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git

commit 951740627b2b01516e526ccf43db50755770154e
Author: p-szafonimateusz <[email protected]>
AuthorDate: Tue Dec 23 10:42:31 2025 +0100

    testing/testsuites/Kconfig: add missing dependencies for test cases
    
    add missing dependencies for test cases to avoid compilation errors
    
    Signed-off-by: p-szafonimateusz <[email protected]>
---
 testing/testsuites/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testing/testsuites/Kconfig b/testing/testsuites/Kconfig
index a6b6928cc..e6afff5f6 100644
--- a/testing/testsuites/Kconfig
+++ b/testing/testsuites/Kconfig
@@ -38,7 +38,7 @@ config CM_MM_TEST
 
 config CM_TIME_TEST
        bool "enbale time test"
-       depends on !DISABLE_POSIX_TIMERS
+       depends on !DISABLE_POSIX_TIMERS && SIG_EVTHREAD
        default n
 
 config CM_PTHREAD_TEST
@@ -47,6 +47,7 @@ config CM_PTHREAD_TEST
 
 config CM_SOCKET_TEST
        bool "enbale socket test"
+       depends on NET
        default n
 
 config CM_SYSCALL_TEST

Reply via email to