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.
This commit is contained in:
Jesse Barnes
2009-05-14 14:39:48 -07:00
parent c9de429332
commit 433e1c85a0
2 changed files with 99 additions and 1 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ TESTS = getversion \
gem_mmap \
gem_pread_after_blit \
gem_tiled_pread \
gem_tiled_blits
gem_tiled_blits \
gem_largeobject
EXTRA_PROGRAMS = $(TESTS)
CLEANFILES = $(EXTRA_PROGRAMS)