blob: 93a5501b596d67e0e2076e62d22d78d79e99d8d5 [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 = [
":ffl",
]
}
zx_test("ffl") {
sources = [
"ffl_tests.cc",
]
deps = [
"$zx/system/ulib/ffl",
"$zx/system/ulib/zxtest",
]
if (is_fuchsia) {
deps += [
"$zx/system/ulib/fdio",
]
}
}