From 79f9cf3eb78a4feebda167ad4a3475ee1f2aa067 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 22 Mar 2015 19:41:12 +0000 Subject: tests/hash: extract test out of xf86drmHash.c This way with follow up commits we can fix it and wire it up to make check v2: - Use xf86drmHash.h for common structs.(Jan) - Add test to .gitignore. Signed-off-by: Emil Velikov Reviewed-by: Jan Vesely --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 75fc2413..d4674f75 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -29,7 +29,8 @@ LDADD = $(top_builddir)/libdrm.la check_PROGRAMS = \ dristat \ - drmstat + drmstat \ + hash if HAVE_NOUVEAU SUBDIRS += nouveau -- cgit v1.2.3