blob: 8124220068a86af93123e2d5ee35a83f9b842d70 [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.
source_set("cobalt_test_fixture") {
testonly = true
sources = [ "cobalt_test_fixture.h" ]
public_deps = [
":unit_test_fixture",
"//sdk/lib/sys/cpp",
"//src/developer/feedback/testing/stubs:stub_cobalt_logger_factory",
"//src/developer/feedback/utils:cobalt",
]
}
source_set("gmatchers") {
testonly = true
sources = [ "gmatchers.h" ]
public_deps = [
"//src/lib/fsl",
"//third_party/googletest:gmock",
"//third_party/googletest:gtest",
]
}
source_set("gpretty_printers") {
testonly = true
sources = [ "gpretty_printers.h" ]
public_deps = [
"//garnet/public/lib/fostr",
"//garnet/public/lib/fostr/fidl/fuchsia.mem",
"//sdk/fidl/fuchsia.feedback",
"//src/developer/feedback/utils:cobalt",
"//src/lib/fsl",
"//zircon/public/lib/zx",
"//zircon/system/fidl/fuchsia-mem",
]
}
source_set("gtest_with_syslog_main") {
testonly = true
sources = [ "gtest_with_syslog_main.cc" ]
public_deps = [
"//src/lib/fxl/test:test_settings",
"//src/lib/syslog/cpp",
"//third_party/googletest:gtest",
]
}
source_set("unit_test_fixture") {
testonly = true
sources = [ "unit_test_fixture.h" ]
public_deps = [
"//garnet/public/lib/gtest",
"//sdk/lib/sys/cpp",
"//sdk/lib/sys/cpp/testing:unit",
"//third_party/googletest:gtest",
"//zircon/public/lib/zx",
]
}