ntel-gpu-tools/tests/Makefile.am
Jesse Barnes 433e1c85a0 tests: add large object test
The large object test simply tries to allocate a 128M object, pin it, then
pwrite the whole thing.  This should make obvious any leaks on close or
page pointer allocation failures.
2009-05-14 14:39:48 -07:00

21 lines
400 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 \
gem_largeobject
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)