summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorU. Artie Eoff <ullysses.a.eoff@intel.com>2016-09-01 12:59:39 -0700
committerSean V Kelley <seanvk@posteo.de>2016-09-07 10:18:50 -0700
commitf42bed101b5b8639c67e2e09819888ccf215ca03 (patch)
tree019b7e982195c415e59804b130012d4f93b5b881 /test
parentb133e7c43f3ad7d346000bb69dbafc5f925dabe6 (diff)
test: link to i965 convenience library
Link the i965 convenience library to the i965 test executable for testing. Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com> Reviewed-by: Sean V Kelley <seanvk@posteo.de>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 19ad347..f309de2 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -58,6 +58,7 @@ test_i965_drv_video_LDFLAGS = \
$(NULL)
test_i965_drv_video_LDADD = \
+ $(top_srcdir)/src/libi965_drv_video.la \
libgtest.la \
$(DRM_LIBS) \
$(LIBVA_DEPS_LIBS) \