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