blob: 31895783839005e51f680fde671b7fa81b6bc15a [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 = [
"//garnet/public/lib/backoff",
"//zircon/public/lib/fit",
]
deps = [
"//garnet/public/lib/fsl",
"//src/lib/fxl",
]
}