eina: add test case for eina_crc function in eina module.
authorvivek <vivek.ellur@samsung.com>
Wed, 22 Apr 2015 13:37:32 +0000 (15:37 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Thu, 7 May 2015 07:53:09 +0000 (09:53 +0200)
commit48dea342409fffcdd824b5d0ed00a180782b3459
treec797eacab24f7fcb19f4294ff210107d42b07c65
parenta2f2d942c6e49e74990a0c56d38de343cf42d696
eina: add test case for eina_crc function in eina module.

Summary:
I added test cases using seed 0xffffffff, I was not
able to get crc value for different seeds online. Checked some of the links, but they are
using entirely different logic and value was not matching for other seed value.

Signed-off-by: vivek <vivek.ellur@samsung.com>
Reviewers: cedric

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2293

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/Makefile_Eina.am
src/tests/eina/eina_suite.c
src/tests/eina/eina_suite.h
src/tests/eina/eina_test_crc.c [new file with mode: 0644]