summaryrefslogtreecommitdiffstats
path: root/cpukit/libtest/testgcovdumpinfo.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cpukit/libtest: Remove unused variableKinsey Moore2024-03-011-1/+0
| | | | This unused variable causes a warning. It is never set or used.
* libtest: Improve gcov info dumpSebastian Huber2024-02-221-3/+1
| | | | | | | | | Make sure there is no spurious empty line between the gcov info and the *** END OF GCOV INFO BASE64 *** line. This helps to recalculate the hash correctly at the consumer side.
* libtest: Add hash to gcov info dumpSebastian Huber2023-11-281-2/+27
| | | | This helps to validate that the data was transferred correctly.
* score: Move <rtems/score/gcov.h>Sebastian Huber2023-07-281-2/+2
| | | | | Move <rtems/score/gcov.h> to <rtems/test-gcov.h>. These functions do not belong to an super core service.
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* gcov: Add functions to dump the gcov informationSebastian Huber2022-07-041-0/+66
Update #4670.