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

[test][elf-search] Relocate unit tests to exist alongside source

Change-Id: I3c15087e0535df819ce1d281766dd58f11cdd69a
parent aa7e6920
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 = [
":elf-search",
]
}
test("elf-search") {
sources = [
"elf-search-test.cpp",
......
......@@ -71,6 +71,7 @@ if (current_cpu != "") {
"$zx/system/ulib/digest/test",
"$zx/system/ulib/disk-inspector/test",
"$zx/system/ulib/driver-integration-test/test",
"$zx/system/ulib/elf-search/test",
"$zx/system/ulib/fbl/test",
"$zx/system/ulib/fs/test",
"$zx/system/ulib/fvm/test",
......@@ -115,7 +116,6 @@ if (current_cpu != "") {
"dlopen-indirect-deps",
"driver-test",
"dump1",
"elf-search",
"entropy",
"errno",
"ethernet",
......
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