summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/selftests/Makefile
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@bootlin.com>2019-06-19 12:17:52 +0200
committerMaxime Ripard <maxime.ripard@bootlin.com>2019-06-19 12:17:52 +0200
commitb7ced38916a95a0c66c3e3fc7af3ba2cf0f874af (patch)
treefe515e148a5e11f58b29e5093542d31e88d2ba52 /drivers/gpu/drm/selftests/Makefile
parent731514b446fe6748d5a55a3dff202efb45c7d8df (diff)
drm/selftests: Add command line parser selftests
The command line parser is pretty tough to get right and very error prone, so let's add a selftest to try to catch any regression. Reviewed-by: Noralf Trønnes <noralf@tronnes.org> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Link: https://patchwork.freedesktop.org/patch/msgid/735348d3a475ce0bcc88b46e093ab149023bb202.1560783090.git-series.maxime.ripard@bootlin.com
Diffstat (limited to 'drivers/gpu/drm/selftests/Makefile')
-rw-r--r--drivers/gpu/drm/selftests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/selftests/Makefile b/drivers/gpu/drm/selftests/Makefile
index 8ec64ecf0e36..aae88f8a016c 100644
--- a/drivers/gpu/drm/selftests/Makefile
+++ b/drivers/gpu/drm/selftests/Makefile
@@ -3,4 +3,4 @@ test-drm_modeset-y := test-drm_modeset_common.o test-drm_plane_helper.o \
test-drm_format.o test-drm_framebuffer.o \
test-drm_damage_helper.o
-obj-$(CONFIG_DRM_DEBUG_SELFTEST) += test-drm_mm.o test-drm_modeset.o
+obj-$(CONFIG_DRM_DEBUG_SELFTEST) += test-drm_mm.o test-drm_modeset.o test-drm_cmdline_parser.o