blob: 3c2a1b088ff2db7adf4068aefbaf9e2b2735f1de [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,
nuc_env,
sherlock_env,
vim3_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,
]