summaryrefslogtreecommitdiff
path: root/tests/drm_buddy.c
blob: 06876e0cd593a1bd7220ff7cad6e50456cca61ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-License-Identifier: MIT
/*
 * Copyright © 2019 Intel Corporation
 */

#include "igt.h"
#include "igt_kmod.h"

IGT_TEST_DESCRIPTION("Basic sanity check of DRM's buddy allocator (struct drm_buddy)");

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