diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 6 |
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 |