From f1f4cabd8e8602355630b2b4b5715fc137b4dc71 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 22 Mar 2015 21:38:08 +0000 Subject: tests/random: extract test out of xf86drmRandom.c With follow up commits we can clear it up and wire to make check v2: - Use xf86drmRandom.h for common struct.(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 2e0520a7..45a604f2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -29,7 +29,8 @@ LDADD = $(top_builddir)/libdrm.la check_PROGRAMS = \ dristat \ - drmstat + drmstat \ + random if HAVE_NOUVEAU SUBDIRS += nouveau -- cgit v1.2.3