mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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 <tengshuangshuang@xiaomi.com>
This commit is contained in:
parent
036fe7668d
commit
844b9c657d
2 changed files with 2 additions and 2 deletions
|
|
@ -21,5 +21,5 @@
|
|||
############################################################################
|
||||
|
||||
ifneq ($(CONFIG_TESTING_UCLIBCXXTEST),)
|
||||
CONFIGURED_APPS += $(APPDIR)/testing//cxx/uclibcxx_test
|
||||
CONFIGURED_APPS += $(APPDIR)/testing/cxx/uclibcxx_test
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -21,5 +21,5 @@
|
|||
############################################################################
|
||||
|
||||
ifneq ($(CONFIG_TESTING_ATOMIC),)
|
||||
CONFIGURED_APPS += $(APPDIR)/testing/sched/atomic
|
||||
CONFIGURED_APPS += $(APPDIR)/testing/libc/atomic
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue