mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 02:16:17 +00:00
Again they're not really igt testcases so are in the way of running spatch unconditionally. Move them someplace else. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
19 lines
352 B
Makefile
19 lines
352 B
Makefile
IGT_LIB_PATH := $(builddir)
|
|
GPU_TOOLS_PATH := $(top_srcdir)
|
|
|
|
SUBDIRS = tests
|
|
|
|
include Makefile.sources
|
|
|
|
noinst_LTLIBRARIES = libintel_tools.la
|
|
noinst_HEADERS = check-ndebug.h
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)
|
|
AM_CFLAGS = $(DRM_CFLAGS) $(CWARNFLAGS) \
|
|
-DIGT_DATADIR=\""$(abs_top_srcdir)/tests"\"
|
|
|
|
|
|
LDADD = $(CAIRO_LIBS)
|
|
AM_CFLAGS += $(CAIRO_CFLAGS)
|
|
|