summaryrefslogtreecommitdiff
path: root/tests/gem_unref_active_buffers.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_unref_active_buffers.c')
-rw-r--r--tests/gem_unref_active_buffers.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/gem_unref_active_buffers.c b/tests/gem_unref_active_buffers.c
index c4f73d9e..1e9e2146 100644
--- a/tests/gem_unref_active_buffers.c
+++ b/tests/gem_unref_active_buffers.c
@@ -51,7 +51,7 @@ static drm_intel_bufmgr *bufmgr;
struct intel_batchbuffer *batch;
static drm_intel_bo *load_bo;
-int main(int argc, char **argv)
+igt_simple_main
{
int fd, i;
@@ -96,6 +96,4 @@ int main(int argc, char **argv)
drm_intel_bufmgr_destroy(bufmgr);
close(fd);
-
- return 0;
}