mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-20 14:26:17 +00:00
tests/gem_fence_upload: Fix test wrapper
- tests with subtests need to be in the _M target for correct enumeration. - No need for igt_exit when using the igt_(simple_)main wrappers. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
618aca1fb9
commit
e10c9a730d
@ -36,6 +36,7 @@ TESTS_progs_M = \
|
|||||||
gem_exec_parse \
|
gem_exec_parse \
|
||||||
gem_fenced_exec_thrash \
|
gem_fenced_exec_thrash \
|
||||||
gem_fence_thrash \
|
gem_fence_thrash \
|
||||||
|
gem_fence_upload \
|
||||||
gem_flink \
|
gem_flink \
|
||||||
gem_flink_race \
|
gem_flink_race \
|
||||||
gem_linear_blits \
|
gem_linear_blits \
|
||||||
@ -96,7 +97,6 @@ TESTS_progs = \
|
|||||||
gem_exec_blt \
|
gem_exec_blt \
|
||||||
gem_exec_lut_handle \
|
gem_exec_lut_handle \
|
||||||
gem_fd_exhaustion \
|
gem_fd_exhaustion \
|
||||||
gem_fence_upload \
|
|
||||||
gem_gtt_cpu_tlb \
|
gem_gtt_cpu_tlb \
|
||||||
gem_gtt_hog \
|
gem_gtt_hog \
|
||||||
gem_gtt_speed \
|
gem_gtt_speed \
|
||||||
|
@ -116,6 +116,4 @@ igt_main
|
|||||||
|
|
||||||
igt_subtest("performance")
|
igt_subtest("performance")
|
||||||
performance();
|
performance();
|
||||||
|
|
||||||
igt_exit();
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user