blob: f8508b4001b1c774d38f574aa48c0c0ecfc66b55 [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/bin/appmgr/integration_tests/sandbox/sandbox_test_package.gni")
sandbox_test_package("build_info_tests") {
sources = [
"build_info.cc",
]
deps = [
"//garnet/bin/appmgr/integration_tests/sandbox:namespace_test",
"//garnet/public/lib/fxl/test:gtest_main",
]
}