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

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

Change-Id: I58d1754ca577703e082a3b094373b150eb54d263
parent 560b5977
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 = [
":zbi",
]
}
test("zbi") {
sources = [
"zbi.cpp",
......
......@@ -77,6 +77,7 @@ if (current_cpu != "") {
"$zx/system/ulib/fzl/test",
"$zx/system/ulib/gpt/test",
"$zx/system/ulib/id_allocator/test",
"$zx/system/ulib/libzbi/test",
"$zx/system/ulib/kvstore:kvstore-test",
"$zx/system/ulib/lazy_init:lazy_init-test",
"$zx/system/ulib/minfs/allocator/test",
......@@ -191,7 +192,6 @@ if (current_cpu != "") {
"virtio",
"virtual_camera",
"vmo",
"zbi",
"zxcrypt",
# disabled for now:
......@@ -222,6 +222,7 @@ if (current_cpu != "") {
deps = [
"$zx/system/ulib/fbl/test",
"$zx/system/ulib/fvm/test",
"$zx/system/ulib/libzbi/test",
"$zx/system/ulib/zxtest/test",
"$zx/system/ulib/trace-reader:tests",
"cmdline",
......@@ -232,7 +233,6 @@ if (current_cpu != "") {
"fvm-host",
"runtests-utils",
"util",
"zbi",
]
if (current_os == "linux") {
deps += [
......
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