From f6a38fb2546950909f371691494371993968b20c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 5 Aug 2022 15:35:33 +0200 Subject: validation: Use T_report_hash_sha256_update() Add the direct BSP character ouput to the report hash. Update #3716. --- testsuites/validation/tr-io-kernel.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/validation/tr-io-kernel.c') diff --git a/testsuites/validation/tr-io-kernel.c b/testsuites/validation/tr-io-kernel.c index c31cf374e0..78fa415f0a 100644 --- a/testsuites/validation/tr-io-kernel.c +++ b/testsuites/validation/tr-io-kernel.c @@ -82,7 +82,9 @@ */ static void RtemsIoValKernel_Action_0( void ) { + T_report_hash_sha256_update( 'X' ); ( *BSP_output_char )( 'X' ); + T_report_hash_sha256_update( '\n' ); ( *BSP_output_char )( '\n' ); } -- cgit v1.2.3