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

jerpelea 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 844b9c657 apps/testing:fix uclibc atomic make.defs error
844b9c657 is described below

commit 844b9c657dff153cde82373c19c65f046a4a7f26
Author: tengshuangshuang <tengshuangshu...@xiaomi.com>
AuthorDate: Mon Mar 3 17:08:36 2025 +0800

    apps/testing:fix uclibc atomic make.defs error
    
    In the previous changes to the apps/testing folder, I added an extra slash 
in the make.defs of uclibcxx, atomic.
    
    Signed-off-by: tengshuangshuang <tengshuangshu...@xiaomi.com>
---
 testing/cxx/uclibcxx_test/Make.defs | 2 +-
 testing/libc/atomic/Make.defs       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/cxx/uclibcxx_test/Make.defs 
b/testing/cxx/uclibcxx_test/Make.defs
index a5d5f455b..e4907b4a6 100644
--- a/testing/cxx/uclibcxx_test/Make.defs
+++ b/testing/cxx/uclibcxx_test/Make.defs
@@ -21,5 +21,5 @@
 ############################################################################
 
 ifneq ($(CONFIG_TESTING_UCLIBCXXTEST),)
-CONFIGURED_APPS += $(APPDIR)/testing//cxx/uclibcxx_test
+CONFIGURED_APPS += $(APPDIR)/testing/cxx/uclibcxx_test
 endif
diff --git a/testing/libc/atomic/Make.defs b/testing/libc/atomic/Make.defs
index ab66bcb19..70f49d851 100644
--- a/testing/libc/atomic/Make.defs
+++ b/testing/libc/atomic/Make.defs
@@ -21,5 +21,5 @@
 ############################################################################
 
 ifneq ($(CONFIG_TESTING_ATOMIC),)
-CONFIGURED_APPS += $(APPDIR)/testing/sched/atomic
+CONFIGURED_APPS += $(APPDIR)/testing/libc/atomic
 endif

Reply via email to