blob: fd39db6c6725656d687838bc2171a6aba629ce52 [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.gni")
import("//build/test/test_package.gni")
import("//build/testing/environments.gni")
test("integration_part_2") {
sources = [ "integration_test.cc" ]
deps = [
"//garnet/public/lib/gtest",
"//sdk/fidl/fuchsia.diagnostics",
"//sdk/fidl/fuchsia.io",
"//sdk/lib/sys/cpp",
"//sdk/lib/sys/cpp/testing:integration",
"//src/diagnostics/examples/inspect/fidl:fuchsia.examples.inspect",
"//src/lib/fxl/test:gtest_main",
]
}