blob: e8b8a062e3e432fec832d17d92026e4d0831afde [file]
# 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.
executable("test") {
testonly = true
output_name = "virtual_camera_test"
sources = [ "test.cc" ]
deps = [
"..",
"//sdk/fidl/fuchsia.sysmem",
"//sdk/lib/sys/cpp",
"//sdk/lib/syslog/cpp",
"//src/lib/fxl/test:gtest_main",
"//src/lib/testing/loop_fixture",
"//zircon/system/ulib/fzl",
]
}