root/src/tests/system/kernel/disk_device_manager/DiskDeviceManagerTestAddon.cpp
/*
 * Copyright 2024, Haiku Inc.
 * All rights reserved. Distributed under the terms of the MIT License.
 */


#include <TestSuite.h>
#include <TestSuiteAddon.h>


const char*
getTestSuiteName()
{
        return "KernelDiskDeviceManager";
}