summaryrefslogtreecommitdiff
path: root/tests/gem_fence_upload.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-06-12 09:05:55 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-06-12 09:12:06 +0200
commite10c9a730d840d4e1867374e41a58f97d6086371 (patch)
treebead88094a9828bfd1f848e3e1a837d54990f4f1 /tests/gem_fence_upload.c
parent618aca1fb9649012910acbaa79a917ff4f3ff19b (diff)
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>
Diffstat (limited to 'tests/gem_fence_upload.c')
-rw-r--r--tests/gem_fence_upload.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/gem_fence_upload.c b/tests/gem_fence_upload.c
index 9d8617ea..d712df75 100644
--- a/tests/gem_fence_upload.c
+++ b/tests/gem_fence_upload.c
@@ -116,6 +116,4 @@ igt_main
igt_subtest("performance")
performance();
-
- igt_exit();
}