From e9d6116e5bd30639d6333ef95462fe300f47ccd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Mon, 6 Apr 2009 17:13:01 -0400 Subject: Use libudev in test case to only run gem tests for intel devices. --- tests/drmtest.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/drmtest.h') diff --git a/tests/drmtest.h b/tests/drmtest.h index afa0df4a..55bb4464 100644 --- a/tests/drmtest.h +++ b/tests/drmtest.h @@ -33,5 +33,8 @@ #include "xf86drm.h" +#define DRM_TEST_MASTER 0x01 + int drm_open_any(void); int drm_open_any_master(void); +int drm_open_matching(const char *pci_glob, int flags); -- cgit v1.2.3