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