ntel-gpu-tools/tests/Makefile.am
Eric Anholt 302d15f2e7 Add a test to try to fill the ring.
Did this while trying to debug the Ubuntu DRI1+compiz issue.  Didn't succeed
in filling the ring.
2009-04-27 09:35:40 -07:00

20 lines
381 B
Makefile

TESTS = getversion \
getclient \
getstats \
gem_basic \
gem_flink \
gem_readwrite \
gem_ringfill \
gem_mmap \
gem_pread_after_blit \
gem_tiled_pread \
gem_tiled_blits
EXTRA_PROGRAMS = $(TESTS)
CLEANFILES = $(EXTRA_PROGRAMS)
AM_CFLAGS = $(DRM_CFLAGS) $(WARN_CFLAGS) \
-I$(srcdir)/.. \
-I$(srcdir)/../lib
LDADD = ../lib/libintel_tools.la $(PCIACCESS_LIBS) $(DRM_LIBS)