summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/test-info.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-06-28 07:45:02 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-07-04 08:29:52 +0200
commit4f87edbb75865cb92efd3166d1faeb5fd720a47f (patch)
treec9ed1b9e251ef7761c82fbe82c7dea22a7a6404b /cpukit/include/rtems/test-info.h
parentgcov: Add fork(), etc. gcov wrappers (diff)
downloadrtems-4f87edbb75865cb92efd3166d1faeb5fd720a47f.tar.bz2
gcov: Add functions to dump the gcov information
Update #4670.
Diffstat (limited to 'cpukit/include/rtems/test-info.h')
-rw-r--r--cpukit/include/rtems/test-info.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/include/rtems/test-info.h b/cpukit/include/rtems/test-info.h
index 1bc963249c..c7c6c2438d 100644
--- a/cpukit/include/rtems/test-info.h
+++ b/cpukit/include/rtems/test-info.h
@@ -331,6 +331,12 @@ RTEMS_NO_RETURN void rtems_test_run(
const RTEMS_TEST_STATE state
);
+/**
+ * @brief Dumps the gcov information as a base64 encoded gcfn and gcda data
+ * stream using rtems_put_char().
+ */
+void rtems_test_gcov_dump_info( void );
+
/** @} */
#ifdef __cplusplus