blob: 06d8641395d5b0c61432d2b3780b526cae67006d [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 = "fake_camera_test"
sources = [ "test.cc" ]
deps = [
"..",
"//sdk/lib/sys/cpp",
"//src/lib/fxl/test:gtest_main_with_syslog",
"//src/lib/syslog/cpp",
"//src/lib/testing/loop_fixture",
"//zircon/system/fidl/fuchsia-sysmem",
]
}