blob: 096798cd17304d8091b04aa0a80c1006e9dfe721 [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.
import("//build/test.gni")
import("//build/testing/bootfs_test.gni")
test("task-utils") {
output_name = "task-utils-test"
sources = [ "walker.cc" ]
deps = [
"//sdk/lib/fdio",
"//zircon/system/ulib/task-utils",
"//zircon/system/ulib/zxtest",
]
}
bootfs_test("task-utils-bootfs-test") {
name = "task-utils-test"
deps = [ ":task-utils" ]
}