Implement prototype of test application for xv. 50/28950/2
authorAndrii Sokolenko <a.sokolenko@samsung.com>
Fri, 17 Oct 2014 11:42:28 +0000 (14:42 +0300)
committerAndrii Sokolenko <a.sokolenko@samsung.com>
Fri, 17 Oct 2014 11:45:45 +0000 (14:45 +0300)
commitff2478fadea59a6abe3f5b98baea10f3501ca70c
tree439c19f4fc122c8a5588ae6a05e295c634b8c730
parentd74911be0952a74d0346337a4e345d3a2870ce4a
Implement prototype of test application for xv.

Change-Id: I36c82c85cf7cf0d01210ab0d53a543ef0e8a8c43
12 files changed:
Makefile.am
configure.ac
tests/functional/Makefile.am [new file with mode: 0644]
tests/functional/xv_test/Makefile.am [new file with mode: 0644]
tests/functional/xv_test/data.c [new file with mode: 0644]
tests/functional/xv_test/data.h [new file with mode: 0644]
tests/functional/xv_test/test_xv_resize.c [new file with mode: 0644]
tests/functional/xv_test/test_xv_resize.h [new file with mode: 0644]
tests/functional/xv_test/xcb_api.c [new file with mode: 0644]
tests/functional/xv_test/xcb_api.h [new file with mode: 0644]
tests/functional/xv_test/xv_test.c [new file with mode: 0644]
tests/functional/xv_test/xv_test.h [new file with mode: 0644]