[rtems-central commit] validation: Use T_report_hash_sha256_update()
    Sebastian Huber 
    sebh at rtems.org
       
    Thu Aug 11 05:03:44 UTC 2022
    
    
  
Module:    rtems-central
Branch:    master
Commit:    1a35b5abf481d8ecd25866599d1416897a5721f8
Changeset: http://git.rtems.org/rtems-central/commit/?id=1a35b5abf481d8ecd25866599d1416897a5721f8
Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Aug 11 07:12:01 2022 +0200
validation: Use T_report_hash_sha256_update()
Add the direct BSP character ouput to the report hash.
Update #3716.
---
 spec/rtems/io/val/kernel.yml | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/spec/rtems/io/val/kernel.yml b/spec/rtems/io/val/kernel.yml
index 99322182..90254bf0 100644
--- a/spec/rtems/io/val/kernel.yml
+++ b/spec/rtems/io/val/kernel.yml
@@ -7,7 +7,9 @@ test-actions:
 - action-brief: |
     Call the function referenced by ${../if/bsp-output-char:/name}.
   action-code: |
+    T_report_hash_sha256_update( 'X' );
     ( *BSP_output_char )( 'X' );
+    T_report_hash_sha256_update( '\n' );
     ( *BSP_output_char )( '\n' );
   checks: []
   links:
    
    
More information about the vc
mailing list