Re: [PATCH v5 0/5] Create tests for the drm_rect functions

2023-04-24 Thread MaĆ­ra Canal
On 4/18/23 20:01, Arthur Grillo wrote: This patchset seeks to add unit tests for the rest of the functions on the drm_rect.c. The test coverage report generated by the gcov[1] tool states that this set reaches 100% of coverage on the drm_rect.c file. This would be very good for future developmen

[PATCH v5 0/5] Create tests for the drm_rect functions

2023-04-18 Thread Arthur Grillo
This patchset seeks to add unit tests for the rest of the functions on the drm_rect.c. The test coverage report generated by the gcov[1] tool states that this set reaches 100% of coverage on the drm_rect.c file. This would be very good for future development on the file. If you want to see the co