BSL v1.1.1 - 19.g31939de
AMMOS Bundle Protocol Security Library (BSL)
Loading...
Searching...
No Matches
test_mock_bpa_crc.c File Reference
#include <inttypes.h>
#include <unity.h>
#include "TestUtils.h"
#include <mock_bpa/crc.h>
#include <mock_bpa/log.h>
+ Include dependency graph for test_mock_bpa_crc.c:

Functions

void suiteSetUp (void)
 
int suiteTearDown (int failures)
 
void test_mock_bpa_crc_crc16 (const char *hexdata, const char *hexexpect)
 
void test_mock_bpa_crc_crc32c (const char *hexdata, const char *hexexpect)
 

Function Documentation

◆ suiteSetUp()

void suiteSetUp ( void  )

References mock_bpa_LogOpen().

◆ suiteTearDown()

int suiteTearDown ( int  failures)

References mock_bpa_LogClose().

◆ test_mock_bpa_crc_crc16()

◆ test_mock_bpa_crc_crc32c()