blob: fb9110c2cb5b62f1080467b51e158d22fcf4b569 [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.
test("status") {
sources = [
"status.cc",
]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/zxtest",
]
}