From 7a06e13ba1e3b2ac79699e835fde9652eac6f71f Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 1 Dec 2016 21:49:43 +0000 Subject: lib/igt_kmod: Adopt igt_kselftests() Extract the automagic kselftest runner from tests/drm_mm.c to the new lib/igt_kmod.c Signed-off-by: Chris Wilson --- lib/igt_kmod.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/igt_kmod.h') diff --git a/lib/igt_kmod.h b/lib/igt_kmod.h index dcf8f67a..44b47c84 100644 --- a/lib/igt_kmod.h +++ b/lib/igt_kmod.h @@ -35,5 +35,6 @@ int igt_kmod_unload(const char *mod_name, unsigned int flags); int igt_i915_driver_load(const char *opts); int igt_i915_driver_unload(void); +void igt_kselftests(const char *module_name); #endif /* IGT_KMOD_H */ -- cgit v1.2.3