blob: 0ed1a2b8d596d761964bda3789e628cc312c8293 [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.
test("region-alloc") {
sources = [
"region-alloc-c-api.c",
"region-alloc.cpp",
]
deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/region-alloc",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zxcpp",
]
}