tc: Create base class for testing with sample test case 82/94582/2
authorHoyub Lee <hoyub.lee@samsung.com>
Fri, 28 Oct 2016 07:16:42 +0000 (16:16 +0900)
committerGwan-gyeong Mun <kk.moon@samsung.com>
Tue, 24 Jan 2017 07:38:47 +0000 (23:38 -0800)
commit564bf2a51ec2b8a70ba49bec026a5166e7999e5d
tree38e5cfa77bac7d3539bdf4479be600ccb66757c7
parent4485ed6c653e9f1f0b035ac35d38dadd853535ca
tc: Create base class for testing with sample test case

Create base class for testing. This class contains TPL related
variables, and is made to support TPL supported backends.

Change-Id: I8a4e1cadac470d0d1a5b043a95423e5703d92823
Signed-off-by: Hoyub Lee <hoyub.lee@samsung.com>
README [new file with mode: 0644]
packaging/tpl-test.spec [new file with mode: 0644]
tc/Makefile [new file with mode: 0644]
tc/README [new file with mode: 0644]
tc/src/main.cpp [new file with mode: 0644]
tc/src/tpl-test_base.cpp [new file with mode: 0644]
tc/src/tpl-test_base.h [new file with mode: 0644]
tc/src/tpl-test_wayland.cpp [new file with mode: 0644]
tc/src/tpl-test_wayland.h [new file with mode: 0644]
tc/test/tpl-test_sample_test.cpp [new file with mode: 0644]