mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-27 08:00:20 +00:00
tests/prime_nv_tests: convert to subtests
And properly fail the failing ones - bloody hate it when the tests lie to me ...
This commit is contained in:
+4
-2
@@ -6,10 +6,11 @@ noinst_PROGRAMS = \
|
||||
$(NULL)
|
||||
|
||||
if HAVE_NOUVEAU
|
||||
NOUVEAU_TESTS_M = \
|
||||
prime_nv_test
|
||||
NOUVEAU_TESTS = \
|
||||
prime_nv_api \
|
||||
prime_nv_pcopy \
|
||||
prime_nv_test
|
||||
prime_nv_pcopy
|
||||
endif
|
||||
|
||||
TESTS_progs_M = \
|
||||
@@ -28,6 +29,7 @@ TESTS_progs_M = \
|
||||
gem_set_tiling_vs_blt \
|
||||
gem_tiled_partial_pwrite_pread \
|
||||
flip_test \
|
||||
$(NOUVEAU_TESTS_M) \
|
||||
$(NULL)
|
||||
|
||||
TESTS_progs = \
|
||||
|
||||
Reference in New Issue
Block a user