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:
tengshuangshuang 2025-03-03 17:08:36 +08:00 committed by Alin Jerpelea
parent 036fe7668d
commit 844b9c657d
2 changed files with 2 additions and 2 deletions

View file

@ -21,5 +21,5 @@
############################################################################
ifneq ($(CONFIG_TESTING_UCLIBCXXTEST),)
CONFIGURED_APPS += $(APPDIR)/testing//cxx/uclibcxx_test
CONFIGURED_APPS += $(APPDIR)/testing/cxx/uclibcxx_test
endif

View file

@ -21,5 +21,5 @@
############################################################################
ifneq ($(CONFIG_TESTING_ATOMIC),)
CONFIGURED_APPS += $(APPDIR)/testing/sched/atomic
CONFIGURED_APPS += $(APPDIR)/testing/libc/atomic
endif