blob: 8c80293735c6168a9f68ec5a377afde64dc054bf [file] [log] [blame]
# Copyright 2020 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_aggregation_procedure") {
testonly = true
sources = [ "test_aggregation_procedure.h" ]
deps = [
"$cobalt_root/src/lib/util:datetime_util",
"$cobalt_root/src/lib/util/testing:test_with_files",
"$cobalt_root/src/local_aggregation/aggregation_procedures",
"$cobalt_root/src/local_aggregation/testing:test_registry",
"$cobalt_root/src/logger:event_record",
"$cobalt_root/src/logger:project_context_factory",
"$cobalt_root/src/public/lib:registry_identifiers",
"$cobalt_root/src/system_data",
"$cobalt_root/src/system_data:client_secret",
"//third_party/googletest:gtest",
]
}