blob: b4c64bd30980bf340d252419659aa51f6a2d8e05 [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.
import("//build/components.gni")
fuchsia_unittest_package("amlogic_decoder_integration_tests") {
manifest = "meta/amlogic_decoder_integration_tests.cml"
deps = [ ":amlogic_decoder_integration_tests_bin" ]
test_specs = {
environments = [
sherlock_env,
astro_env,
vim3_env,
]
}
test_type = "device"
}
executable("amlogic_decoder_integration_tests_bin") {
output_name = "amlogic_decoder_integration_tests"
testonly = true
sources = [ "test_runner.cc" ]
public_deps = [
"//sdk/fidl/fuchsia.device:fuchsia.device_cpp",
"//sdk/fidl/fuchsia.hardware.mediacodec:fuchsia.hardware.mediacodec_cpp",
"//sdk/lib/component/incoming/cpp",
"//sdk/lib/fdio",
"//zircon/system/ulib/fbl",
"//zircon/system/ulib/fdio-caller",
"//zircon/system/ulib/zx",
"//zircon/system/ulib/zxtest",
]
}