Revert "tests: disable nouveau if unavailable"

This reverts commit dd8325323b.

I like the patch from Alan Coopersmith with an explicit disable
option better.
This commit is contained in:
Daniel Vetter
2012-08-24 23:18:48 +02:00
parent dd8325323b
commit e40146878e
2 changed files with 2 additions and 10 deletions
+1 -7
View File
@@ -71,17 +71,11 @@ TESTS_progs = \
gem_ctx_bad_exec \
gem_ctx_basic \
gem_reg_read \
prime_self_import \
$(NULL)
if BUILD_NOUVEAU
TESTS_progs += \
prime_nv_api \
prime_nv_pcopy \
prime_nv_test \
prime_self_import \
$(NULL)
endif
# IMPORTANT: The ZZ_ tests need to be run last!
# ... and make can't deal with inlined comments ...