blob: d8b1f9323593bdd155a0d13b0e46ba751c86d43c [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 = "camera_gym_test"
sources = [ "test.cc" ]
deps = [
"//src/camera/bin/camera-gym:lib",
"//src/lib/fxl/test:gtest_main",
]
}