Fix find: '/github/workspace/sources/nuttx/libs/libxx/uClibc++/tests': No such file or directory
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
45615a8d9d
commit
a549ea3888
@ -21,8 +21,7 @@
|
|||||||
include $(APPDIR)/Make.defs
|
include $(APPDIR)/Make.defs
|
||||||
|
|
||||||
CXXEXT := .cpp
|
CXXEXT := .cpp
|
||||||
TESTDIR = $(TOPDIR)/libs/libxx/uClibc++/tests
|
ORIGS := $(wildcard $(TOPDIR)/libs/libxx/uClibc++/tests/*.cpp)
|
||||||
ORIGS := $(shell find $(TESTDIR) -name *.cpp)
|
|
||||||
|
|
||||||
BLACKSRCS := wchartest.cpp
|
BLACKSRCS := wchartest.cpp
|
||||||
BLACKSRCS += excepttest.cpp
|
BLACKSRCS += excepttest.cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user