summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorU. Artie Eoff <ullysses.a.eoff@intel.com>2016-09-01 12:59:44 -0700
committerSean V Kelley <seanvk@posteo.de>2016-09-07 10:20:05 -0700
commitf1def3a61e5986207f891b2c22423f9d403cef7c (patch)
treecaa8ccb23feddd9af0c2438d577e3090f1d2f303 /test/Makefile.am
parentd428d031c60d8c704fc2079dab389f3fc8c08032 (diff)
downloadlibva-intel-driver-f1def3a61e5986207f891b2c22423f9d403cef7c.tar.gz
test: add some chipset tests
Add various tests to verify the integrity of the chipset and pciid definitions and lookups. Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com> Reviewed-by: Sean V Kelley <seanvk@posteo.de>
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index cb18f7c1..72dfed5a 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -51,6 +51,7 @@ noinst_HEADERS = \
$(NULL)
test_i965_drv_video_SOURCES = \
+ i965_chipset_test.cpp \
i965_initialize_test.cpp \
i965_test_fixture.cpp \
i965_jpeg_decode_test.cpp \