blob: 1610e0a63a5b26f5844d50d4da83b615210fe119 [file] [log] [blame]
Chris Wilson50f00332016-12-22 08:36:09 +00001/* List each unit test as selftest(name, function)
2 *
3 * The name is used as both an enum and expanded as igt__name to create
4 * a module parameter. It must be unique and legal for a C identifier.
5 *
6 * Tests are executed in order by igt/drm_mm
7 */
8selftest(sanitycheck, igt_sanitycheck) /* keep first (selfcheck for igt) */