diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2014-06-15 14:04:50 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2014-06-15 14:04:50 +0100 |
commit | 0a6a94630f4fec26bed2aefb25de1a165193ff10 (patch) | |
tree | a573e7202cb256ec1f22eeb8aa0a0b6d489f78ec /test/Makefile.am | |
parent | 981aafe797f25aca4977a22f271d387b7fb4ae63 (diff) |
test: Add a simple SHM test skeleton
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index e33a6b94..7947b830 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -20,6 +20,7 @@ stress_TESTS = \ render-copyarea-size \ render-copy-alphaless \ mixed-stress \ + shm-test \ $(NULL) if DRI2 |