blob: 9d90832153ccb9cdcea54fa4ff0cc5d73ba9e811 [file] [log] [blame]
# Copyright 2019 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") {
output_name = "camera_factory_test"
testonly = true
sources = [ "factory_server_test.cc" ]
deps = [
"//src/camera/bin/factory:lib",
"//src/lib/files:files",
"//src/lib/fxl/test:gtest_main",
"//src/lib/testing/loop_fixture",
]
}