diff --git a/testing/cxx/uclibcxx_test/Make.defs b/testing/cxx/uclibcxx_test/Make.defs index a5d5f455b..e4907b4a6 100644 --- a/testing/cxx/uclibcxx_test/Make.defs +++ b/testing/cxx/uclibcxx_test/Make.defs @@ -21,5 +21,5 @@ ############################################################################ ifneq ($(CONFIG_TESTING_UCLIBCXXTEST),) -CONFIGURED_APPS += $(APPDIR)/testing//cxx/uclibcxx_test +CONFIGURED_APPS += $(APPDIR)/testing/cxx/uclibcxx_test endif diff --git a/testing/libc/atomic/Make.defs b/testing/libc/atomic/Make.defs index ab66bcb19..70f49d851 100644 --- a/testing/libc/atomic/Make.defs +++ b/testing/libc/atomic/Make.defs @@ -21,5 +21,5 @@ ############################################################################ ifneq ($(CONFIG_TESTING_ATOMIC),) -CONFIGURED_APPS += $(APPDIR)/testing/sched/atomic +CONFIGURED_APPS += $(APPDIR)/testing/libc/atomic endif