mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-24 00:10:10 +07:00
b7ced38916
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
7 lines
308 B
Makefile
7 lines
308 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
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 test-drm_cmdline_parser.o
|