blob: e7fcd78c7e4a2a1c3abed0b03ad707c3f81b7105 [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_classes") {
testonly = true
sources = [ "test_event_aggregator.h" ]
public_configs = [
"$cobalt_root:cobalt_config",
"$cobalt_root/src/registry:proto_config",
]
public_deps = [ ":event_aggregator_mgr" ]
configs += [ "$cobalt_root:cobalt_config" ]
}