blob: 7bef2f6f27709204a90bb7c72562c87743ade10e [file] [log] [blame]
# Copyright 2017 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("//garnet/lib/magma/gnbuild/magma.gni")
group("integration") {
testonly = true
public_deps = [
":msd_arm_mali_integration_tests",
]
}
executable("msd_arm_mali_integration_tests") {
testonly = true
sources = [
"main.cc",
"test_fault_recovery.cc",
"test_shutdown.cc",
]
public_deps = [
"$zircon_build_root/public/lib/fdio",
"//garnet/lib/magma/fidl",
"//garnet/lib/magma/include:magma_abi",
"//garnet/lib/magma/src/libmagma",
"//garnet/lib/magma/src/magma_util",
"//garnet/lib/magma/tests/helper:platform_device_helper",
"//third_party/googletest:gtest",
]
deps = [
"../../include",
]
}