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