[PATCH libdrm 1/2] tests/tegra: add openclose test to check-target

Erik Faye-Lund kusmabite at gmail.com
Wed Mar 29 22:24:23 UTC 2017


This makes the test run under the 'make check'-taget.

Signed-off-by: Erik Faye-Lund <kusmabite at gmail.com>
---
 tests/tegra/Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/tegra/Makefile.am b/tests/tegra/Makefile.am
index 8e625c8f..f8e2a146 100644
--- a/tests/tegra/Makefile.am
+++ b/tests/tegra/Makefile.am
@@ -9,5 +9,7 @@ LDADD = \
 	../../tegra/libdrm_tegra.la \
 	../../libdrm.la
 
-noinst_PROGRAMS = \
+TESTS = \
 	openclose
+
+check_PROGRAMS = $(TESTS)
-- 
2.12.1



More information about the dri-devel mailing list