summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThe etnaviv authors <dri-devel@lists.freedesktop.org>2016-09-06 18:16:02 +0200
committerChristian Gmeiner <christian.gmeiner@gmail.com>2016-09-17 15:05:33 +0200
commit0659558f6418693ad203b5de2f1bc4fa9f28708e (patch)
tree56441f89bbbe0e017b07958606f503665f567dad /configure.ac
parent95e2cc6a801d92a0634b75fb02221213bd11e9da (diff)
libdrm: add etnaviv tests
This adds the following basic unit tests: - etnaviv_2d_test Let the 2D core render a defined pattern into a bo and store it as bmp. - etnaviv_bo_cache_test Basic tests to validate the bo-cache behavior. - etnaviv_cmd_stream_test Tests for the etna_cmd_stream API. Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 64f3e6c9..330358a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -551,6 +551,7 @@ AC_CONFIG_FILES([
tests/exynos/Makefile
tests/tegra/Makefile
tests/nouveau/Makefile
+ tests/etnaviv/Makefile
tests/util/Makefile
man/Makefile
libdrm.pc])