Skip to content
Snippets Groups Projects
Commit 5d487c19 authored by Sean Klein's avatar Sean Klein
Browse files

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

Change-Id: Iec0b5b83dbcabb41d64f6c13682ac8bb3ddf68e3
parent 025eb173
No related branches found
No related tags found
Loading
......@@ -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 = [
":zxio",
]
}
test("zxio") {
sources = [
"null-test.cpp",
......
......@@ -86,6 +86,7 @@ if (current_cpu != "") {
"$zx/system/ulib/trace-vthread:tests",
"$zx/system/ulib/zbi-bootfs/test",
"$zx/system/ulib/zx/test",
"$zx/system/ulib/zxio/test",
"$zx/system/ulib/zxtest/test",
"abigen",
"async-testutils",
......@@ -193,7 +194,6 @@ if (current_cpu != "") {
"vmo",
"zbi",
"zxcrypt",
"zxio",
# disabled for now:
#"bad-kernel-access",
......
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