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

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


The following commit(s) were added to refs/heads/master by this push:
     new 19dd2531f testing/ostest: fix build issue
19dd2531f is described below

commit 19dd2531fbc315f97a9d2c2825c0bae88bcddf00
Author: wangchengdong <[email protected]>
AuthorDate: Tue Jan 20 20:02:01 2026 +0800

    testing/ostest: fix build issue
    
      fix:
    
      Building NuttX...
    
      /d/a/nuttx-apps/nuttx-apps/sources/apps/Application.mk:238: target 
'signest.c.d.a.nuttx-apps.nuttx-  apps.sources.apps.testing.ostest.o' given 
more than once in the same rule
    
    Signed-off-by: Chengdong Wang <[email protected]>
---
 testing/ostest/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/testing/ostest/Makefile b/testing/ostest/Makefile
index 128a31798..1fedfcf54 100644
--- a/testing/ostest/Makefile
+++ b/testing/ostest/Makefile
@@ -31,8 +31,7 @@ MODULE = $(CONFIG_TESTING_OSTEST)
 
 # NuttX OS Test
 
-CSRCS   = getopt.c libc_memmem.c restart.c \
-          signest.c sighelper.c
+CSRCS   = getopt.c libc_memmem.c restart.c sighelper.c
 
 ifeq ($(CONFIG_ENABLE_ALL_SIGNALS),y)
 CSRCS += sighand.c signest.c

Reply via email to