blob: 82bff67232f2436646c5753fa25330a714beb9ba [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 = [
":id_allocator",
]
}
test("id_allocator") {
sources = [
"id_allocator.cpp",
]
deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/id_allocator",
"$zx/system/ulib/unittest",
]
}