blob: 80633c5b68ba785a25ccf040295f0c8c2ab9793d [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",
]
}
zx_test("id_allocator") {
sources = [
"id_allocator.cc",
]
deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/id_allocator",
"$zx/system/ulib/unittest",
]
}