[libtdm] Move unit tests from ws-testcase and change test framework 28/88028/1
authorKonstantin Drabeniuk <k.drabeniuk@samsung.com>
Mon, 12 Sep 2016 14:25:31 +0000 (17:25 +0300)
committerKonstantin Drabeniuk <k.drabeniuk@samsung.com>
Mon, 12 Sep 2016 14:27:36 +0000 (17:27 +0300)
commit7a9f9a94ac10db94e996bee29568690ac8a8a5c4
treed95637a1788138c2cd846f92449f68b10e678d19
parent1ee56b583cbad79312acd5c2360dd7987082eda8
[libtdm] 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 libtdm.

Change-Id: If3548b87c8e39108ec2ff7050f6c6324ec8cfaeb
Signed-off-by: Konstantin Drabeniuk <k.drabeniuk@samsung.com>
33 files changed:
Makefile.am
configure.ac
packaging/libtdm.spec
ut/Makefile.am [new file with mode: 0644]
ut/src/main_tests.cpp [new file with mode: 0644]
ut/src/ut_tdm.cpp [new file with mode: 0644]
ut/src/ut_tdm_backend.cpp [new file with mode: 0644]
ut/src/ut_tdm_buffer.cpp [new file with mode: 0644]
ut/src/ut_tdm_capture.cpp [new file with mode: 0644]
ut/src/ut_tdm_display.cpp [new file with mode: 0644]
ut/src/ut_tdm_event_loop.cpp [new file with mode: 0644]
ut/src/ut_tdm_helper.cpp [new file with mode: 0644]
ut/src/ut_tdm_pp.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/stubs/tbm_bufmgr.h [new file with mode: 0644]
ut/stubs/tbm_stubs.cpp [new file with mode: 0644]
ut/stubs/tbm_stubs.h [new file with mode: 0644]
ut/stubs/tbm_surface.h [new file with mode: 0644]
ut/stubs/tbm_surface_internal.h [new file with mode: 0644]
ut/stubs/tbm_surface_queue.h [new file with mode: 0644]
ut/stubs/tbm_type.h [new file with mode: 0644]
ut/stubs/tdm_capture_stubs.h [new file with mode: 0644]
ut/stubs/tdm_display_stubs.h [new file with mode: 0644]
ut/stubs/tdm_helper_stubs.h [new file with mode: 0644]
ut/stubs/tdm_list_stubs.h [new file with mode: 0644]
ut/stubs/tdm_log.cpp [new file with mode: 0644]
ut/stubs/tdm_pp_stubs.h [new file with mode: 0644]
ut/stubs/tdm_server.cpp [new file with mode: 0644]
ut/stubs/tdm_thread.cpp [new file with mode: 0644]
ut/stubs/tdm_vblank.cpp [new file with mode: 0644]
ut/stubs/wayland-server-core.h [new file with mode: 0644]
ut/stubs/wayland-tbm-drm-auth-client-protocol.h [new file with mode: 0644]