RTEMS | testsuites: Move shared helpers to librtemstest (!1253)

Sebastian Huber (@sebhub) gitlab at rtems.org
Wed Jun 3 23:55:38 UTC 2026




Sebastian Huber commented on a discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1253#note_151751


My proposal to add an API layer to cpukit and then implement it in the BSP area has a severe drawback. The BSP area just provides librtemsbsp, so the test code would end up in this library. A librtemstestbsp is not really nice either.

A clean solution could be to move the entire testing support to the already existing `testsuites/support`. This would separate the cpukit from the testing infrastructure and ensure that the cpukit functionality is independent from it due to the moved header files (interfaces are not visible).

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1253#note_151751
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260603/e7c66e9f/attachment-0001.htm>


More information about the bugs mailing list