summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-04-05 15:12:48 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-04-05 15:33:33 +0100
commit1ed5faab24da62d970aa34ec242fa2d95896e5fb (patch)
tree3d9f57e343c76368bc03ec74642bc20ea7e0e34e /tests/Makefile.am
parentf1f4cabd8e8602355630b2b4b5715fc137b4dc71 (diff)
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 <emil.l.velikov@gmail.com> Reviewed-by: Jan Vesely <jan.vesely@rutgers.edu>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am6
1 files changed, 3 insertions, 3 deletions
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