utests: add skeleton for unit tests 56/158856/4
authorKonstantin Drabeniuk <k.drabeniuk@samsung.com>
Mon, 6 Nov 2017 08:59:55 +0000 (10:59 +0200)
committerKonstantin Drabeniuk <k.drabeniuk@samsung.com>
Mon, 6 Nov 2017 08:59:55 +0000 (10:59 +0200)
commit61a87be3a8e954138023eebb4754d4039ed7c051
treec2a9a6ee27706fa0f5bad19f517281363a8cbae1
parenta92540b450ed2b67099b3d349302e6815b9093ac
utests: add skeleton for unit tests

As we change the testing way(we don't include c file) the old tests are
not actual and was deleted. Now we link the libtbm to the ut binary and
test TBM API.

Change-Id: Ifcfa884247dc4a347eedbf9376b813b46acad686
Signed-off-by: Konstantin Drabeniuk <k.drabeniuk@samsung.com>
17 files changed:
utests/Makefile.am
utests/src/main_tests.cpp [deleted file]
utests/src/ut_tbm_bufmgr.cpp [deleted file]
utests/src/ut_tbm_bufmgr.h [deleted file]
utests/src/ut_tbm_bufmgr_backend.cpp [deleted file]
utests/src/ut_tbm_surface.cpp [deleted file]
utests/src/ut_tbm_surface_internal.cpp [deleted file]
utests/src/ut_tbm_surface_queue.cpp [deleted file]
utests/stubs/pthread_stubs.cpp [deleted file]
utests/stubs/pthread_stubs.h [deleted file]
utests/stubs/stdlib_stubs.cpp [deleted file]
utests/stubs/stdlib_stubs.h [deleted file]
utests/stubs/tbm_bufmgr_stubs.h [deleted file]
utests/ut.cpp [new file with mode: 0644]
utests/ut.h [new file with mode: 0644]
utests/ut_main.cpp [new file with mode: 0644]
utests/ut_tbm_bufmgr.cpp [new file with mode: 0644]