From 1ed5faab24da62d970aa34ec242fa2d95896e5fb Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 5 Apr 2015 15:12:48 +0100 Subject: tests/random: return non-zero on test failure ... and wire it up to make check v2: s/rand - state->check/rand != state->check/. (Jan) Signed-off-by: Emil Velikov Reviewed-by: Jan Vesely --- tests/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 45a604f2..069285f5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -29,8 +29,7 @@ LDADD = $(top_builddir)/libdrm.la check_PROGRAMS = \ dristat \ - drmstat \ - random + drmstat if HAVE_NOUVEAU SUBDIRS += nouveau @@ -38,7 +37,8 @@ endif TESTS = \ drmsl \ - hash + hash \ + random if HAVE_LIBUDEV -- cgit v1.2.3