summaryrefslogtreecommitdiff
path: root/tests/gem_exec_blt.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2015-03-26 20:52:00 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2015-03-26 20:53:06 +0000
commit11291fd52f53d3c729d5ef4e5b2090f38c36cf69 (patch)
tree5decd34a09e5eef0fe48a75de598f773955209a9 /tests/gem_exec_blt.c
parent47f6b1305cc3752f318a555b932e194e1500c1d8 (diff)
igt/gem_exec_(blt|nop): IGT magic
$ ./gem_exec_nop --list-subtests render bsd blt vebox gem_exec_nop: igt_core.c:946: igt_skip: Assertion `in_fixture' failed. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/gem_exec_blt.c')
-rw-r--r--tests/gem_exec_blt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_exec_blt.c b/tests/gem_exec_blt.c
index cf25207d..8f03b20b 100644
--- a/tests/gem_exec_blt.c
+++ b/tests/gem_exec_blt.c
@@ -388,7 +388,7 @@ int main(int argc, char **argv)
max = sysfs_read("gt_max_freq_mhz");
for (r = rps; r->suffix; r++) {
- r->func();
+ igt_fixture r->func();
igt_subtest_f("cold%s", r->suffix)
run(OBJECT_SIZE, false);