summaryrefslogtreecommitdiff
path: root/src/Makefile_Eina.am
diff options
context:
space:
mode:
authorvivek <vivek.ellur@samsung.com>2015-04-22 15:37:32 +0200
committerCedric BAIL <cedric@osg.samsung.com>2015-05-07 09:53:09 +0200
commit48dea342409fffcdd824b5d0ed00a180782b3459 (patch)
treec797eacab24f7fcb19f4294ff210107d42b07c65 /src/Makefile_Eina.am
parenta2f2d942c6e49e74990a0c56d38de343cf42d696 (diff)
downloadefl-48dea342409fffcdd824b5d0ed00a180782b3459.tar.gz
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>
Diffstat (limited to 'src/Makefile_Eina.am')
-rw-r--r--src/Makefile_Eina.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile_Eina.am b/src/Makefile_Eina.am
index 160e7a9054..6303510172 100644
--- a/src/Makefile_Eina.am
+++ b/src/Makefile_Eina.am
@@ -285,7 +285,8 @@ tests/eina/eina_test_barrier.c \
tests/eina/eina_test_tmpstr.c \
tests/eina/eina_test_trash.c \
tests/eina/eina_test_lock.c \
-tests/eina/eina_test_xattr.c
+tests/eina/eina_test_xattr.c \
+tests/eina/eina_test_crc.c
# tests/eina/eina_test_model.c