| # 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. |
| |
| group("test") { |
| testonly = true |
| deps = [ |
| "api:audio-core-api-tests", |
| "api:audio-core-with-test-effects", |
| "api/testdata:tests", |
| "//src/media/audio/audio_core:audio-core-for-test", |
| "//src/media/audio/virtual_audio_service:virtual-audio-service-for-test", |
| ] |
| |
| # These tests must run in release builds because they have hard real-time restraints. |
| # Debug builds are too slow. |
| if (!is_debug) { |
| deps += [ |
| "api:audio-core-api-pipeline-tests", |
| "hardware:audio_core_hardware_tests", |
| ] |
| } |
| } |