From ccbc40340b7b472939a90ae8afc0a82b358ce189 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 3 Jan 2012 12:33:37 -0800 Subject: intel: Add a regression test program for intel_decode.c. Reviewed-by: Daniel Vetter --- intel/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'intel/Makefile.am') diff --git a/intel/Makefile.am b/intel/Makefile.am index 801210f0..2d3d8c4c 100644 --- a/intel/Makefile.am +++ b/intel/Makefile.am @@ -54,4 +54,9 @@ libdrm_intelincludedir = ${includedir}/libdrm libdrm_intelinclude_HEADERS = intel_bufmgr.h \ intel_debug.h +# This may be interesting even outside of "make check", due to the -dump option. +noinst_PROGRAMS = test_decode + +test_decode_LDADD = libdrm_intel.la + pkgconfig_DATA = libdrm_intel.pc -- cgit v1.2.3