summaryrefslogtreecommitdiff
path: root/tests/kms_selftest.c
blob: f61ddd99790130bc5461f296d3ada9165a612f33 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0 */
#include "igt.h"
#include "igt_kmod.h"

IGT_TEST_DESCRIPTION("Basic sanity check of KMS selftests.");

igt_main
{
	igt_kselftests("test-drm_modeset", NULL, NULL, NULL);
}