blob: b828e479a15310a5e975068f977da9b113c981af [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,
nuc_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,
]