You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by je...@apache.org on 2022/07/25 08:47:25 UTC

[incubator-nuttx-apps] branch master updated: Fix find: '/github/workspace/sources/nuttx/libs/libxx/uClibc++/tests': No such file or directory

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/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new a549ea388 Fix find: '/github/workspace/sources/nuttx/libs/libxx/uClibc++/tests': No such file or directory
a549ea388 is described below

commit a549ea3888cd765be46102619e89213c5f4ad416
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Sat Jul 9 07:13:53 2022 +0800

    Fix find: '/github/workspace/sources/nuttx/libs/libxx/uClibc++/tests': No such file or directory
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 testing/uclibcxx_test/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/testing/uclibcxx_test/Makefile b/testing/uclibcxx_test/Makefile
index a4c59b4d3..b6e83a61c 100644
--- a/testing/uclibcxx_test/Makefile
+++ b/testing/uclibcxx_test/Makefile
@@ -21,8 +21,7 @@
 include $(APPDIR)/Make.defs
 
 CXXEXT := .cpp
-TESTDIR = $(TOPDIR)/libs/libxx/uClibc++/tests
-ORIGS  := $(shell find $(TESTDIR) -name *.cpp)
+ORIGS  := $(wildcard $(TOPDIR)/libs/libxx/uClibc++/tests/*.cpp)
 
 BLACKSRCS := wchartest.cpp
 BLACKSRCS += excepttest.cpp