blob: 674a409ce33cb68a4766cd7f3e2261abb0461fae [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 = [
":unittest",
]
}
zx_test("unittest") {
sources = [
"unittest-test.cpp",
]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/unittest",
]
}