summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-04-12 13:14:05 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-04-12 13:15:50 +0100
commit539abffc3e73b462479e2763739786c55d784a00 (patch)
tree2b95d7c7afd8b73003ee65d49977ad5dadd1e5d0 /tests/Makefile.sources
parent8af67d1980a1251bd8efb51d4a31062084fe8e03 (diff)
igt: Add a basic test to stress allocation of batches
Run for 20s and don't expect to crash from memory exhaustion or sillies. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/Makefile.sources')
-rw-r--r--tests/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 03370679..c52be2c5 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -33,6 +33,7 @@ TESTS_progs_M = \
gem_exec_alignment \
gem_exec_bad_domains \
gem_exec_basic \
+ gem_exec_create \
gem_exec_faulting_reloc \
gem_exec_nop \
gem_exec_params \