blob: 5878b9bc7dc70a96c1c5334ab8c6001d12f812f0 [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 = "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",
]
}