blob: e4d1e5fdc8f8272b5d18ecbb9351f3c701095f20 [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/test/test_package.gni")
test_package("netemul_sandbox_test") {
deps = [
"//garnet/bin/netemul_runner/test/svc_list",
]
meta = [
{
path = rebase_path("meta/svc_list_run.cmx")
dest = "svc_list_run.cmx"
},
]
tests = [
{
name = "svc_list"
},
]
}