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.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to