| # 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 = "device_watcher_test" |
| |
| sources = [ "test.cc" ] |
| |
| deps = [ |
| "//sdk/fidl/fuchsia.camera3", |
| "//sdk/lib/sys/cpp", |
| "//sdk/lib/sys/cpp/testing:unit", |
| "//src/camera/bin/device_watcher", |
| "//src/camera/bin/device_watcher:fuchsia.camera.test", |
| "//src/camera/bin/device_watcher:lib", |
| "//src/lib/fxl/test:gtest_main_with_syslog", |
| "//src/lib/testing/loop_fixture", |
| "//zircon/public/lib/fs", |
| ] |
| } |