blob: 18d99a3312a6f48b9220c39d6d58113303a3993f [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/test/test_package.gni")
test_package("amlogic_decoder_integration_tests") {
deps = [ ":amlogic_decoder_integration_tests_bin" ]
tests = [
{
name = "amlogic_decoder_integration_tests"
# Manual only for now
disabled = true
},
]
}
executable("amlogic_decoder_integration_tests_bin") {
output_name = "amlogic_decoder_integration_tests"
testonly = true
sources = [ "test_runner.cc" ]
public_deps = [
"//sdk/fidl/fuchsia.hardware.mediacodec:fuchsia.hardware.mediacodec_llcpp",
"//zircon/public/lib/fdio",
"//zircon/public/lib/zx",
"//zircon/public/lib/zx",
"//zircon/public/lib/zxtest",
"//zircon/system/fidl/fuchsia-device:fuchsia-device_llcpp",
]
}