diff options
author | The etnaviv authors <dri-devel@lists.freedesktop.org> | 2016-09-06 18:16:02 +0200 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2016-09-17 15:05:33 +0200 |
commit | 0659558f6418693ad203b5de2f1bc4fa9f28708e (patch) | |
tree | 56441f89bbbe0e017b07958606f503665f567dad /configure.ac | |
parent | 95e2cc6a801d92a0634b75fb02221213bd11e9da (diff) | |
download | libdrm-0659558f6418693ad203b5de2f1bc4fa9f28708e.tar.gz libdrm-0659558f6418693ad203b5de2f1bc4fa9f28708e.tar.bz2 libdrm-0659558f6418693ad203b5de2f1bc4fa9f28708e.zip |
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.ac | 1 |
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]) |