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:
Daniel Vetter
2014-06-12 09:05:55 +02:00
parent 618aca1fb9
commit e10c9a730d
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -116,6 +116,4 @@ igt_main
igt_subtest("performance")
performance();
igt_exit();
}