Add a dedicated .kunitconfig for running the GPU buddy allocator tests. Signed-off-by: Krzysztof Niemiec <[email protected]> --- drivers/gpu/tests/.kunitconfig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 drivers/gpu/tests/.kunitconfig
diff --git a/drivers/gpu/tests/.kunitconfig b/drivers/gpu/tests/.kunitconfig new file mode 100644 index 000000000000..fd611b3dfe09 --- /dev/null +++ b/drivers/gpu/tests/.kunitconfig @@ -0,0 +1,2 @@ +CONFIG_KUNIT=y +CONFIG_GPU_BUDDY_KUNIT_TEST=y -- 2.45.2
