xiaoxiang781216 commented on code in PR #2965:
URL: https://github.com/apache/nuttx-apps/pull/2965#discussion_r1924594436
##########
testing/mm/open_memstream/Make.defs:
##########
@@ -1,5 +1,5 @@
############################################################################
-# apps/testing/open_memstream/Make.defs
+# apps/testing/mm/open_memstream/Make.defs
Review Comment:
this test belong fs
##########
testing/mm/mmtool/Kconfig:
##########
@@ -32,3 +32,4 @@ config TESTING_MM_POWEROFF
depends on BOARDCTL_POWEROFF
endif
+
Review Comment:
TESTING_MM to TESTING_HEAP
##########
testing/mm/resmonitor/Make.defs:
##########
@@ -1,5 +1,5 @@
############################################################################
-# apps/testing/resmonitor/Make.defs
+# apps/testing/mm/resmonitor/Make.defs
Review Comment:
this is a tool
##########
testing/mm/mmtool/Kconfig:
##########
@@ -32,3 +32,4 @@ config TESTING_MM_POWEROFF
depends on BOARDCTL_POWEROFF
endif
+
Review Comment:
revert, change line 16 from mm to heap
##########
testing/mm/mmtool/mm_main.c:
##########
@@ -1,5 +1,5 @@
/****************************************************************************
- * apps/testing/mm/mm_main.c
+ * apps/testing/mm/mmtool/mm_main.c
Review Comment:
ALL mmtool to heap and mm_ to heap_
--
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]