blob: 30d8fdcd0a3dffbfdcbabcd2566bed411bf325a1 [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.
test("arm-isp") {
sources = [
"isp.cpp",
]
deps = [
"$zx/system/fidl/fuchsia-camera-test:c",
"$zx/system/fidl/fuchsia-sysinfo:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/devmgr-integration-test",
"$zx/system/ulib/driver-integration-test",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxtest",
]
configs += [ "$zx/public/gn/config:static-libc++" ]
}