blob: 25111cf275bdb5c6ad18dd9a8aba50d5b3d08592 [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.
# this has to match the binary name in examples/ui/Build.gn
executable("test") {
testonly = true
output_name = "stream_provider_test"
sources = [ "test.cc" ]
deps = [
"..",
"//sdk/lib/syslog/cpp",
"//src/camera/drivers/test_utils",
"//src/lib/fxl/test:gtest_main",
"//third_party/boringssl:crypto",
"//zircon/system/ulib/async-loop:async-loop-cpp",
"//zircon/system/ulib/async-loop:async-loop-default",
"//zircon/system/ulib/trace",
"//zircon/system/ulib/trace-provider:trace-provider-with-fdio",
]
}