mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-20 04:26:04 +08:00
testing/uclibcxx_test: Define TESTDIR correctly
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:

committed by
Petro Karashchenko

parent
0d3a2bbae8
commit
e1a382d62a
@@ -21,7 +21,9 @@
|
||||
include $(APPDIR)/Make.defs
|
||||
|
||||
CXXEXT := .cpp
|
||||
ORIGS := $(wildcard $(TOPDIR)/libs/libxx/uClibc++/tests/*.cpp)
|
||||
|
||||
TESTDIR = $(TOPDIR)/libs/libxx/uClibc++/tests
|
||||
ORIGS := $(wildcard $(TESTDIR)/*.cpp)
|
||||
|
||||
BLACKSRCS := wchartest.cpp
|
||||
BLACKSRCS += excepttest.cpp
|
||||
|
Reference in New Issue
Block a user