blob: 2e27b6c0d5abf6580f9cb79d3881642e655fc39e [file] [log] [blame]
# Copyright 2019 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.
DEPS = [
'infra/qemu',
]
def RunSteps(api):
api.qemu.version
def GenTests(api):
yield api.qemu.test('test')