summaryrefslogtreecommitdiff
path: root/tests/core_setmaster_vs_auth.c
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2015-12-02 10:46:33 +0000
committerThomas Wood <thomas.wood@intel.com>2015-12-02 15:02:52 +0000
commit66dc90ed658fe345d98ef0f287df383c3b2f4a2c (patch)
tree35adf1786c840d7ee480934ba37a8f61666c73a7 /tests/core_setmaster_vs_auth.c
parentb3ff11232681ab615794c293de8abfebb8921ad7 (diff)
tests/core_setmaster_vs_auth: use igt_simple_main
This test has no subtests, so should use igt_simple_main. Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'tests/core_setmaster_vs_auth.c')
-rw-r--r--tests/core_setmaster_vs_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core_setmaster_vs_auth.c b/tests/core_setmaster_vs_auth.c
index efb27b17..44ec752f 100644
--- a/tests/core_setmaster_vs_auth.c
+++ b/tests/core_setmaster_vs_auth.c
@@ -45,7 +45,7 @@
# include <pthread.h>
#endif
-igt_main
+igt_simple_main
{
int master1, master2, client;
drm_magic_t magic;