Chris Wilson | 50f0033 | 2016-12-22 08:36:09 +0000 | [diff] [blame] | 1 | /* 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 | */ |
| 8 | selftest(sanitycheck, igt_sanitycheck) /* keep first (selfcheck for igt) */ |
Chris Wilson | 393b50f | 2016-12-22 08:36:10 +0000 | [diff] [blame] | 9 | selftest(init, igt_init) |
Chris Wilson | 06df8ac | 2016-12-22 08:36:11 +0000 | [diff] [blame^] | 10 | selftest(debug, igt_debug) |