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