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

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

Change-Id: Ia3851cab38e65b8d7be572aba9c5b89dc92c8167
parent ab5c2b80
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 = [
":libhwreg",
]
}
test("libhwreg") {
sources = [
"bitfields-test.cpp",
......
......@@ -76,6 +76,7 @@ if (current_cpu != "") {
"$zx/system/ulib/fvm/test",
"$zx/system/ulib/fzl/test",
"$zx/system/ulib/gpt/test",
"$zx/system/ulib/hwreg/test",
"$zx/system/ulib/id_allocator/test",
"$zx/system/ulib/launchpad/test",
"$zx/system/ulib/libzbi/test",
......@@ -148,7 +149,6 @@ if (current_cpu != "") {
"int-types",
"kcounter",
"kernel-unittests",
"libhwreg",
"log",
"logger",
"memfs",
......
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