blob: 472948790d09dd89be66c077ff8a266355db46b8 [file]
# 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.device:fuchsia.device_llcpp",
"//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",
]
}