blob: bf3e7e9e28e2cd64d9a19ad2ac34c2f38a1ef1b2 [file] [log] [blame]
// Copyright 2023 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "zircon/system/utest/device-enumeration/common.h"
namespace {
TEST_F(DeviceEnumerationTest, QemuArm64Test) {
static const char* kDevicePaths[] = {
"sys/platform/pt/qemu-bus",
"sys/platform/pl031/rtc",
"sys/platform/pci/00:00.0_",
};
ASSERT_NO_FATAL_FAILURE(TestRunner(kDevicePaths, std::size(kDevicePaths)));
}
} // namespace