blob: dca726baa65dd5a3d4996f613e6e6b19afc6c5e0 [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) */
Chris Wilson393b50f2016-12-22 08:36:10 +00009selftest(init, igt_init)
Chris Wilson06df8ac2016-12-22 08:36:11 +000010selftest(debug, igt_debug)
Chris Wilson900537d2016-12-22 08:36:12 +000011selftest(reserve, igt_reserve)
Chris Wilson78866922016-12-22 08:36:13 +000012selftest(insert, igt_insert)
Chris Wilson2bd966d2016-12-22 08:36:14 +000013selftest(replace, igt_replace)