blob: 863bf2de43d0902c449c945e3fa1e0357cf9198f [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")
# 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 = [
{
# The Flutter driver is only available in debug builds.
disabled = !is_debug
name = rebase_path("run_topaz_modular_integration_tests.sh")
dest = "run_topaz_modular_integration_tests.sh"
environments = [
{
dimensions = {
device_type = "Intel NUC Kit NUC7i5DNHE"
}
},
]
},
]
resources = [
{
path = rebase_path("topaz_modular_integration_tests.json")
dest = "topaz_modular_integration_tests.json"
},
]
}