9 lines
325 B
C
9 lines
325 B
C
|
/* List each unit test as selftest(name, function)
|
||
|
*
|
||
|
* The name is used as both an enum and expanded as igt__name to create
|
||
|
* a module parameter. It must be unique and legal for a C identifier.
|
||
|
*
|
||
|
* Tests are executed in order by igt/drm_mm
|
||
|
*/
|
||
|
selftest(sanitycheck, igt_sanitycheck) /* keep first (selfcheck for igt) */
|