blob: 4f411464a7616f1b72430f985e2488280cecf821 [file] [log] [blame]
// 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);
}