OSDN Git Service

test: add initial test_i965_drv_video target
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Thu, 1 Sep 2016 19:59:37 +0000 (12:59 -0700)
committerXiang, Haihao <haihao.xiang@intel.com>
Mon, 31 Oct 2016 01:58:56 +0000 (09:58 +0800)
commit23f3e728418996db1901a1097a15df7bb847af87
tree0454382ad08b706755775b596c6b634fd22c1d26
parent3d1ab07ef9d315bb278210a6a511739f324006fe
test: add initial test_i965_drv_video target

Add test_i965_drv_video as noinst program with an initial
test main() definition.

Also provide a test.h header with common test includes and
definitions that can be included by all test compilation
units.

Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
Reviewed-by: Sean V Kelley <seanvk@posteo.de>
(cherry picked from commit ea2a1050593184a832fabbd694eb7fe18b70a993)
test/Makefile.am
test/test.h [new file with mode: 0644]
test/test_main.cpp [new file with mode: 0644]