summaryrefslogtreecommitdiff
path: root/tests/gem_fenced_exec_thrash.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_fenced_exec_thrash.c')
-rw-r--r--tests/gem_fenced_exec_thrash.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/gem_fenced_exec_thrash.c b/tests/gem_fenced_exec_thrash.c
index bca8f187..edab9f14 100644
--- a/tests/gem_fenced_exec_thrash.c
+++ b/tests/gem_fenced_exec_thrash.c
@@ -218,11 +218,8 @@ static void run_test(int fd, int num_fences, int expected_errno,
int fd;
int num_fences;
-int
-main(int argc, char **argv)
+igt_main
{
- igt_subtest_init(argc, argv);
-
igt_skip_on_simulation();
igt_fixture {
@@ -247,6 +244,4 @@ main(int argc, char **argv)
igt_fixture
close(fd);
-
- igt_exit();
}