txy-21 opened a new pull request, #3012:
URL: https://github.com/apache/nuttx-apps/pull/3012

   ## Summary
   In the previous changes to the apps/testing folder, I added an extra slash 
in the make.defs of uclibcxx, and when changing atomic, I ignored the location 
of atomic in cmake. Sorry.
   ## Impact
   The main impacts are the testing/libc/atomic/Make.defs file and 
testing/cxx/uclibcxx_test/Make.defs
   testing/libc/atomic/Make.defs:23:
   CONFIGURED_APPS += $(APPDIR)/testing/sched/atomic
   
   CONFIGURED_APPS += $(APPDIR)/testing/libc/atomic
   
   testing/cxx/uclibcxx_test/Make.defs:22:
   CONFIGURED_APPS += $(APPDIR)/testing//cxx/uclibcxx_test
   --------->
   CONFIGURED_APPS += $(APPDIR)/testing/cxx/uclibcxx_test
   ## Testing
   ci test
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to