blob: 59be5c30d48e73875c3ea358e7dbb7367cf581fb [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 = [
astro_env,
nelson_env,
sherlock_env,
nuc_env,
]
# These should be targeted by tests that MUST run on native audio hardware.
built_in_input_hardware_envs = [
astro_env,
nelson_env,
sherlock_env,
]