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

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

Change-Id: Ib244d3afefbad49c5534bf71882c7f21ceff3b9b
parent f6de06b4
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 = [
":digest",
]
}
test("digest") {
sources = [
"digest.cpp",
......
......@@ -59,6 +59,7 @@ if (current_cpu != "") {
"$zx/system/ulib/c:tests",
"$zx/system/ulib/cobalt-client/test",
"$zx/system/ulib/ddk:ddk-unittest",
"$zx/system/ulib/digest/test",
"$zx/system/ulib/disk-inspector/test",
"$zx/system/ulib/driver-integration-test/test",
"$zx/system/ulib/fvm/test",
......@@ -95,7 +96,6 @@ if (current_cpu != "") {
"debugger",
"devfs",
"device-enumeration",
"digest",
"dlfcn",
"dlopen-indirect-deps",
"driver-test",
......
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