OSDN Git Service

test: add avce/avcd create config tests
[android-x86/hardware-intel-common-vaapi.git] / test / Makefile.am
index 4a3f3a6..07189e5 100644 (file)
@@ -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)