summaryrefslogtreecommitdiff
path: root/tests/gem_threaded_access_tiled.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_threaded_access_tiled.c')
-rw-r--r--tests/gem_threaded_access_tiled.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/gem_threaded_access_tiled.c b/tests/gem_threaded_access_tiled.c
index a51cd4d8..cf07daf4 100644
--- a/tests/gem_threaded_access_tiled.c
+++ b/tests/gem_threaded_access_tiled.c
@@ -86,7 +86,7 @@ static int copy_tile_threaded(drm_intel_bo *bo)
return 0;
}
-int main(int argc, char **argv)
+igt_simple_main
{
int fd;
drm_intel_bo *bo;
@@ -119,6 +119,4 @@ int main(int argc, char **argv)
drm_intel_bufmgr_destroy(bufmgr);
close(fd);
-
- return 0;
}