From 74eff26c1dd57579ec7fec95aff4627dfa0daf42 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 Feb 2021 19:47:02 +0100 Subject: libtest: Report target hash Update #4267. --- cpukit/libtest/t-test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/libtest') 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 -- cgit v1.2.3