blob: 5e7bf5f19f89016943a09e9873f573083d51ca21 [file] [log] [blame]
# Copyright 2019 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/testing/environments.gni")
### Hardware-based test environments ###
# These should be targeted by tests that CANNOT run on emulated systems
# that may run slower than real-time.
hardware_envs = chromebook_envs + [
astro_env,
nelson_env,
nuc7_env,
nuc11_env,
sherlock_env,
vim3_env,
]
# These should be targeted by tests that MUST run on platforms with built-in
# audio input hardware.
built_in_input_hardware_envs = [
astro_env,
nelson_env,
sherlock_env,
atlas_env,
]