blob: 586d72b3ea0aeddad9dc9c2e03d6f56cd9647de1 [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 = [
"main.c",
"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",
]
}