summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-12-07 11:16:54 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2016-12-07 11:17:55 +0000
commitae49296e067d1c9c5a5d9002de0a0d02911182b0 (patch)
tree75c93cb625a5b9e64b1ce4df06ee80c142683856 /tests
parent81677444e62d11bc690bb23ae580893bf2445483 (diff)
igt/drv_selftest: Adapt to mock/late split
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests')
-rw-r--r--tests/drm_mm.c2
-rw-r--r--tests/drv_selftest.c3
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/drm_mm.c b/tests/drm_mm.c
index 52a0159f..9c49990c 100644
--- a/tests/drm_mm.c
+++ b/tests/drm_mm.c
@@ -28,5 +28,5 @@ IGT_TEST_DESCRIPTION("Basic sanity check of DRM's range manager (struct drm_mm)"
igt_main
{
- igt_kselftests("test-drm_mm", NULL);
+ igt_kselftests("test-drm_mm", NULL, NULL);
}
diff --git a/tests/drv_selftest.c b/tests/drv_selftest.c
index 71c4c3d3..1968f698 100644
--- a/tests/drv_selftest.c
+++ b/tests/drv_selftest.c
@@ -28,5 +28,6 @@ IGT_TEST_DESCRIPTION("Basic unit tests for i915.ko");
igt_main
{
- igt_kselftests("i915", "selftest=-1");
+ igt_kselftests("i915", "mock_selftests=-1", "mock");
+ igt_kselftests("i915", "late_selftests=-1", "late");
}