Skip to content
Snippets Groups Projects
Commit e50358f9 authored by Sean Klein's avatar Sean Klein Committed by CQ bot account: commit-bot@chromium.org
Browse files

[test][utf_conversion] Relocate unit tests to exist alongside source

Change-Id: I8cd0ba4f4ae1af47271462a6da8ddcd7813a19d8
parent 0628df13
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,13 @@
# 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",
......
......@@ -94,6 +94,7 @@ if (current_cpu != "") {
"$zx/system/ulib/tftp:tftp-test",
"$zx/system/ulib/trace-reader:tests",
"$zx/system/ulib/trace-vthread:tests",
"$zx/system/ulib/utf_conversion/test",
"$zx/system/ulib/zbi-bootfs/test",
"$zx/system/ulib/zx/test",
"$zx/system/ulib/zxio/test",
......@@ -184,7 +185,6 @@ if (current_cpu != "") {
"trace",
"usb",
"usb-virtual-bus",
"utf_conversion",
"util",
"vdso",
"vdso-base",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment