X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=test%2FMakefile.am;h=07189e56e6cb71f1fd1829f329d7a4d3df042c83;hb=91caa8167d5b6b16ee8c58bd238f8a4773a4707a;hp=4a3f3a67902f9d5fdde66aae322eaf30936901e9;hpb=66787d702c3d285fe533907456c5a7abec7b1c08;p=android-x86%2Fhardware-intel-common-vaapi.git diff --git a/test/Makefile.am b/test/Makefile.am index 4a3f3a6..07189e5 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -44,14 +44,28 @@ EXTRA_DIST = \ # test_i965_drv_video noinst_PROGRAMS = test_i965_drv_video noinst_HEADERS = \ + i965_config_test.h \ i965_internal_decl.h \ + i965_jpeg_test_data.h \ + i965_test_environment.h \ i965_test_fixture.h \ test.h \ + test_utils.h \ $(NULL) test_i965_drv_video_SOURCES = \ + i965_avcd_config_test.cpp \ + i965_avce_config_test.cpp \ + i965_chipset_test.cpp \ + i965_config_test.cpp \ i965_initialize_test.cpp \ + i965_jpeg_test_data.cpp \ + i965_jpeg_decode_test.cpp \ + i965_jpeg_encode_test.cpp \ + i965_surface_test.cpp \ + i965_test_environment.cpp \ i965_test_fixture.cpp \ + object_heap_test.cpp \ test_main.cpp \ $(NULL)