summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2016-07-25 16:05:58 -0700
committerEric Anholt <eric@anholt.net>2016-08-13 14:52:38 -0700
commit013942478838137988e82e5c17970b64a4344409 (patch)
tree0408c82dca89a187d9fcf63295e2b2e8cad787b8 /tests/Makefile.sources
parenta147ef2634b2453db914012eaeafed00cb5ea790 (diff)
vc4: Add a test for BO lookup failure error path.
Causes an oops in the current kernel. Signed-off-by: Eric Anholt <eric@anholt.net>
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 599ea1af..72a58add 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -6,6 +6,7 @@ NOUVEAU_TESTS_M = \
VC4_TESTS_M = \
vc4_create_bo \
+ vc4_lookup_fail \
vc4_wait_bo \
vc4_wait_seqno \
$(NULL)