test: add CRC computation
authorJasvinder Singh <jasvinder.singh@intel.com>
Wed, 5 Apr 2017 20:49:50 +0000 (21:49 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 5 Apr 2017 21:03:25 +0000 (23:03 +0200)
commit9c77b848b1c1edf31343e70776f7767350047d01
treec34b3ef6392d8bea15f75404c0a7026136e52c7a
parent986ff526fb843a6dc77dc5a2556ff1b235f73895
test: add CRC computation

This patch provides a set of tests for verifying the functional
correctness of 16-bit and 32-bit CRC APIs.

Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
MAINTAINERS
test/test/Makefile
test/test/test_crc.c [new file with mode: 0644]