LCOV - code coverage report
Current view: top level - unit_test/test_spdm_secured_message - test_spdm_secured_message.c (source / functions) Coverage Total Hit
Test: coverage.info Lines: 100.0 % 3 3
Test Date: 2025-06-29 08:09:00 Functions: 100.0 % 1 1

            Line data    Source code
       1              : /**
       2              :  *  Copyright Notice:
       3              :  *  Copyright 2023 DMTF. All rights reserved.
       4              :  *  License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/libspdm/blob/main/LICENSE.md
       5              :  **/
       6              : 
       7              : extern int libspdm_secured_message_encode_decode_test_main(void);
       8              : 
       9            1 : int main(void)
      10              : {
      11            1 :     int return_value = 0;
      12              : 
      13              : #if LIBSPDM_AEAD_AES_256_GCM_SUPPORT
      14              :     if (libspdm_secured_message_encode_decode_test_main() != 0) {
      15              :         return_value = 1;
      16              :     }
      17              : #endif
      18              : 
      19            1 :     return return_value;
      20              : }
        

Generated by: LCOV version 2.0-1