blob: 8577efba2f0c667264384412d615830796dc0528 [file] [log] [blame]
# Copyright 2018 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 = [
":magma_abi_conformance_tests",
]
}
executable("magma_abi_conformance_tests") {
testonly = true
sources = [
"main.cc",
"test_magma_abi.cc",
"test_magma_abi_c.c",
]
deps = [
"$magma_build_root/include:magma_abi",
"$magma_build_root/src/libmagma",
"$magma_build_root/src/magma_util/platform:buffer",
"//third_party/googletest:gtest",
]
}