blob: 8ddb7cfbec4681bbd216130fc58a6c44f5fb31f9 [file] [log] [blame]
# Copyright 2018 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.
source_set("testing") {
testonly = true
sources = [
"test_backoff.cc",
"test_backoff.h",
]
public_deps = [
"//sdk/lib/fit",
"//src/lib/backoff",
]
deps = [
"//src/lib/fsl",
"//src/lib/fxl",
]
}