blob: 31f08ccda7083c23601024d9858043299e9ee0bb [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",
"//garnet/public/lib/fxl",
]
}