This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 3d78859737 applications:Move the test tools in the system directory to
the testing directory.
3d78859737 is described below
commit 3d78859737bffb0e55aa71cda25012c46892d2da
Author: crafcat7 <[email protected]>
AuthorDate: Wed Oct 25 23:19:41 2023 +0800
applications:Move the test tools in the system directory to the testing
directory.
by pr#2161
The following four tools were moved:
1.memstress
2.ramtest
3.ramspeed
4.cachespeed
Signed-off-by: crafcat7 <[email protected]>
---
Documentation/applications/{system => testing}/cachespeed/index.rst | 0
Documentation/applications/{system => testing}/memstress/index.rst | 0
Documentation/applications/{system => testing}/ramspeed/index.rst | 0
Documentation/applications/{system => testing}/ramtest/index.rst | 0
4 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/Documentation/applications/system/cachespeed/index.rst
b/Documentation/applications/testing/cachespeed/index.rst
similarity index 100%
rename from Documentation/applications/system/cachespeed/index.rst
rename to Documentation/applications/testing/cachespeed/index.rst
diff --git a/Documentation/applications/system/memstress/index.rst
b/Documentation/applications/testing/memstress/index.rst
similarity index 100%
rename from Documentation/applications/system/memstress/index.rst
rename to Documentation/applications/testing/memstress/index.rst
diff --git a/Documentation/applications/system/ramspeed/index.rst
b/Documentation/applications/testing/ramspeed/index.rst
similarity index 100%
rename from Documentation/applications/system/ramspeed/index.rst
rename to Documentation/applications/testing/ramspeed/index.rst
diff --git a/Documentation/applications/system/ramtest/index.rst
b/Documentation/applications/testing/ramtest/index.rst
similarity index 100%
rename from Documentation/applications/system/ramtest/index.rst
rename to Documentation/applications/testing/ramtest/index.rst