blob: 462e5732f41e0e260c6de86305e45f04245c8ae5 [file] [log] [blame]
# Copyright 2018 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 = [
"fuchsia/gn",
"fuchsia/status_check",
"recipe_engine/path",
]
def RunSteps(api):
api.gn.set_path(api.path["start_dir"].join("gn"))
api.gn("gen", "//a", "//b", "//c")
def GenTests(api):
yield api.status_check.test("basic")