blob: 1eb43295f644dc32ca7b4d2e559d2fb63dcd4415 [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.cpp",
]
deps = [
"$zx/system/ulib/ffl",
"$zx/system/ulib/unittest",
]
}