mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-18 20:03:06 +00:00
Move library selftests to lib/tests
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>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
include Makefile.sources
|
||||
|
||||
EXTRA_PROGRAMS = $(TESTS_testsuite)
|
||||
EXTRA_DIST = $(TESTS_scripts)
|
||||
|
||||
CLEANFILES = $(EXTRA_PROGRAMS)
|
||||
|
||||
AM_CFLAGS = $(DRM_CFLAGS) $(CWARNFLAGS) \
|
||||
-I$(srcdir)/../.. \
|
||||
-I$(srcdir)/.. \
|
||||
-include "$(srcdir)/../../lib/check-ndebug.h" \
|
||||
-DIGT_DATADIR=\""$(abs_srcdir)"\" \
|
||||
$(NULL)
|
||||
|
||||
LDADD = ../libintel_tools.la $(PCIACCESS_LIBS) $(DRM_LIBS)
|
||||
|
||||
LDADD += $(CAIRO_LIBS) $(LIBUDEV_LIBS) $(GLIB_LIBS)
|
||||
AM_CFLAGS += $(CAIRO_CFLAGS) $(LIBUDEV_CFLAGS) $(GLIB_CFLAGS)
|
||||
Reference in New Issue
Block a user