blob: c9c2cd70bf779ab48968ed6d3d1e654e5a1bf751 [file] [log] [blame]
# 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.
visibility = [ "$cobalt_root/*" ]
source_set("test_event_aggregator_mgr") {
testonly = true
sources = [ "test_event_aggregator_mgr.h" ]
configs += [ "$cobalt_root:cobalt_config" ]
deps = [ "$cobalt_root/src/local_aggregation:event_aggregator_mgr" ]
}