blob: 466e54e3265dbb7f71e01cbe0c763d33e8ba3b22 [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.
group("test") {
testonly = true
deps = [
":launchpad",
]
}
test("launchpad") {
sources = [
"launchpad.cpp",
]
deps = [
"$zx/system/ulib/elfload",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/launchpad",
"$zx/system/ulib/runtime",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}