blob: 314a42274d598de83d8d95776485f10b2f77f0de [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")
import("//build/testing/environments.gni")
# Builds the modular integration testing shell script into a package that runs
# all Topaz modular integration tests.
package("topaz_modular_integration_tests") {
testonly = true
tests = [
{
disabled = true # Flaky: FLK-91
name = rebase_path("run_topaz_modular_integration_tests.sh")
dest = "run_topaz_modular_integration_tests.sh"
environments = [
nuc_env,
vim2_env,
]
},
]
resources = [
{
path = rebase_path("topaz_modular_integration_tests.json")
dest = "topaz_modular_integration_tests.json"
},
]
}