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

[test][async-loop] Relocate unit tests to exist alongside source

Change-Id: I572c24dbcaf13e0197037499e379f94956cc5aa7
parent 10fb4a7c
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 = [
":async-loop",
]
}
test("async-loop") {
sources = [
"loop_tests.cpp",
......
......@@ -53,6 +53,7 @@ if (current_cpu != "") {
"$zx/system/uapp/disk-pave:install-disk-image-test",
"$zx/system/uapp/nand-util:nand-util-test",
"$zx/system/ulib/async/test",
"$zx/system/ulib/async-loop/test",
"$zx/system/ulib/blobfs/test",
"$zx/system/ulib/bootfs:bootfs-test",
"$zx/system/ulib/c:tests",
......@@ -76,7 +77,6 @@ if (current_cpu != "") {
"$zx/system/ulib/zbi-bootfs/test:test",
"$zx/system/ulib/zxtest/test",
"abigen",
"async-loop",
"async-testutils",
"backtrace-request",
"biotime",
......
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