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

[test][region-alloc] Relocate unit tests to exist alongside source

Change-Id: I24fcabc7c34e1204c42da5d1b39af19f5da5bb09
parent ba593f2f
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 = [
":region-alloc",
]
}
test("region-alloc") {
sources = [
"region-alloc-c-api.c",
......
......@@ -83,6 +83,7 @@ if (current_cpu != "") {
"$zx/system/ulib/minfs/test",
"$zx/system/ulib/paver:paver-test",
"$zx/system/ulib/pretty:pretty-test",
"$zx/system/ulib/region-alloc/test",
"$zx/system/ulib/simplehid/test",
"$zx/system/ulib/storage-metrics/test",
"$zx/system/ulib/tftp:tftp-test",
......@@ -164,7 +165,6 @@ if (current_cpu != "") {
"qsort",
"race-tests",
"ramdisk",
"region-alloc",
"register-state",
"rtc-lib",
"runtests-utils",
......
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