summaryrefslogtreecommitdiff
path: root/tests/kms_selftest.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kms_selftest.c')
-rw-r--r--tests/kms_selftest.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/kms_selftest.c b/tests/kms_selftest.c
new file mode 100644
index 00000000..f61ddd99
--- /dev/null
+++ b/tests/kms_selftest.c
@@ -0,0 +1,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);
+}