Adding initial structure for unittest 53/190453/6
authorSeokHoon Lee <andy.shlee@samsung.com>
Tue, 2 Oct 2018 07:04:43 +0000 (16:04 +0900)
committerSeokHoon Lee <andy.shlee@samsung.com>
Thu, 4 Oct 2018 03:55:26 +0000 (12:55 +0900)
commit2bb17acd28312accdfff577848e7e6bc85d48b05
tree52a01a3786b2d9f0f2ecc8b6c90bd163b752442f
parent6ee3cfd20240b28acf1349e38344e24380f360c1
Adding initial structure for unittest

- It has only one testcases for skeleton of unittest
- It would be enabled by gtest build with '--define "gtests 1"

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: Ic0753be99906b17a7edc4bd20a8cdb4471003112
Makefile.am
configure.ac
packaging/libmm-streamrecorder.spec
unittest/Makefile.am [new file with mode: 0644]
unittest/libmm_streamrecorder_unittest.cpp [new file with mode: 0644]
unittest/libmm_streamrecorder_unittest.h [new file with mode: 0644]