blob: 4a04a5a43cda89e75b94b57d8adba11253591c10 [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("//build/package.gni")
executable("tests") {
testonly = true
output_name = "appmgr_integration_tests"
sources = [
"hub_integration_test.cc",
]
deps = [
"//garnet/public/lib/fxl",
"//garnet/public/lib/fxl/test:gtest_main",
]
}