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