From 1ec3c44bdd38051d870f64d0b2cc7dbd59760386 Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Wed, 9 Dec 2015 18:37:39 +0100 Subject: tests: Split helpers into library Some of the helpers, such as the pattern drawing helpers or the format lookup helpers, have potential to be reused. Move them into a separate library to make it easier to share them. Acked-by: Laurent Pinchart Signed-off-by: Thierry Reding Reviewed-by: Emil Velikov --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b929d36a..ca6cbf4e 100644 --- a/configure.ac +++ b/configure.ac @@ -507,6 +507,7 @@ AC_CONFIG_FILES([ tests/exynos/Makefile tests/tegra/Makefile tests/nouveau/Makefile + tests/util/Makefile man/Makefile libdrm.pc]) AC_OUTPUT -- cgit v1.2.3