Are there any standards/documentation on how testsuites are made in RTEMS? Just by looking at the source code, some things are obvious such as the usage of the test banners, as well as the inclusion of .doc & .scn files, but I’m curious if these details and more (such testsuite naming) are written down anywhere official.
The most I could find was this page on the Software Test Framework, but it seems to be more for users who are developing with RTEMS rather contributing to RTEMS.
(for context, I’m trying to write add to the testsuites as part of my GSoC project).