blob: 4ffca2d75938ff230dcf2be080cb6a798e8edcbb [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("ffl") {
sources = [
"ffl_tests.cc",
]
deps = [
"$zx/system/ulib/ffl",
"$zx/system/ulib/unittest",
]
}