blob: 4b2141d43dcc15effd0b8b94cc7193b62bdc80c8 [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 = "fake_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",
]
}