blob: 1487d1053b38b55e7065de327910fce15ef05ade [file] [log] [blame] [edit]
# 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.
source_set("mock_cobalt_logger") {
testonly = true
sources = [
"mock_cobalt_logger.cc",
"mock_cobalt_logger.h",
]
public_deps = [
"..:cobalt_logger",
"//src/cobalt/bin/testing:log_method",
]
}