summaryrefslogtreecommitdiff
path: root/tests/gem_storedw_batches_loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_storedw_batches_loop.c')
-rw-r--r--tests/gem_storedw_batches_loop.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/gem_storedw_batches_loop.c b/tests/gem_storedw_batches_loop.c
index eabc6f26..1b475f02 100644
--- a/tests/gem_storedw_batches_loop.c
+++ b/tests/gem_storedw_batches_loop.c
@@ -122,9 +122,8 @@ cont:
int fd;
int devid;
-int main(int argc, char **argv)
+igt_main
{
- igt_subtest_init(argc, argv);
igt_skip_on_simulation();
igt_fixture {
@@ -166,6 +165,4 @@ int main(int argc, char **argv)
close(fd);
}
-
- igt_exit();
}