blob: c010186e20c58a3ae86e3c5210123e87b99dc0dd [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# 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",
]
}
zx_test("region-alloc") {
sources = [
"region-alloc-c-api.c",
"region-alloc.cc",
]
deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/region-alloc",
"$zx/system/ulib/zxtest",
]
}