summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorBoris Brezillon <boris.brezillon@free-electrons.com>2018-02-07 10:09:10 +0100
committerEric Anholt <eric@anholt.net>2018-02-22 17:02:47 -0800
commite2e2b4c4d11a1aed2af1079c914e76df4eddbe76 (patch)
tree40d46c9b05610d3fc0ce683179b94846c8ea7c92 /tests/meson.build
parent7c64d57a280ca0db0fa319a9a6018c25e7c7b587 (diff)
igt: Add VC4 purgeable BO tests
v3: Make sure we receive a SIGBUS signal when accessing memory of a purged BO Add <signal.h> include after rebase (by anholt) Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 521a4c42..2a1e6f19 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -212,6 +212,7 @@ test_progs = [
'vc4_dmabuf_poll',
'vc4_label_bo',
'vc4_lookup_fail',
+ 'vc4_purgeable_bo',
'vc4_tiling',
'vc4_wait_bo',
'vc4_wait_seqno',