blob: d1a5264faf73fc6c9e07bb820caef150717f67fa [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 = [
":utf_conversion",
]
}
test("utf_conversion") {
sources = [
"main.cpp",
]
deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/pretty",
"$zx/system/ulib/unittest",
"$zx/system/ulib/utf_conversion",
"$zx/system/ulib/zircon",
]
}