summaryrefslogtreecommitdiffstats
path: root/cpukit/libtest/t-test.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/libtest/t-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/libtest/t-test.c b/cpukit/libtest/t-test.c
index fa7c1985ba..910d965235 100644
--- a/cpukit/libtest/t-test.c
+++ b/cpukit/libtest/t-test.c
@@ -841,6 +841,8 @@ T_system(T_context *ctx)
T_do_log(ctx, T_QUIET, "S:Version:%s\n", rtems_version());
T_do_log(ctx, T_QUIET, "S:BSP:%s\n", rtems_board_support_package());
T_do_log(ctx, T_QUIET, "S:BuildLabel:%s\n", rtems_get_build_label());
+ T_do_log(ctx, T_QUIET, "S:TargetHash:SHA256:%s\n",
+ rtems_get_target_hash());
#if RTEMS_DEBUG
T_do_log(ctx, T_QUIET, "S:RTEMS_DEBUG:1\n");
#else