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