[libeom] Move unit tests from ws-testcase and change test framework 38/87538/3
authorKonstantin Drabeniuk <k.drabeniuk@samsung.com>
Thu, 8 Sep 2016 11:44:15 +0000 (14:44 +0300)
committerSergey Sizonov <s.sizonov@samsung.com>
Thu, 8 Sep 2016 13:16:36 +0000 (06:16 -0700)
commitbdc1dd198fdd9791419af3c798b2f83ee7340bb6
treedb2c30b5d47f3376ab1a58826409b436f948da76
parent6b6579f40e31baa9c138929290bff3b069476c7c
[libeom] Move unit tests from ws-testcase and change test framework

1) change unit testing framework (Check to gtest);
2) move unit test from the ws-testcase project to the project libeom;

Change-Id: Ic96d969bd3e5433e88547e18acf94ab0a01c5192
Signed-off-by: Konstantin Drabeniuk <k.drabeniuk@samsung.com>
Makefile.am
configure.ac
packaging/libeom.spec
ut/Makefile.am [new file with mode: 0644]
ut/main_tests.cpp [new file with mode: 0644]
ut/stubs/eom_wayland.cpp [new file with mode: 0644]
ut/stubs/pthread_stubs.h [new file with mode: 0644]
ut/stubs/stdlib_stubs.h [new file with mode: 0644]
ut/ut_eom.cpp [new file with mode: 0644]