summaryrefslogtreecommitdiff
path: root/tests/drm_buddy.c
blob: 4f411464a7616f1b72430f985e2488280cecf821 (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_kunit("drm_buddy_test", NULL, NULL);
}