blob: 2ee0cf8634b3c3c402223a75f7003eccf4c89b1b [file] [log] [blame] [edit]
# 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.
source_set("testing") {
testonly = true
sources = [
"effects_loader_v1_test_base.cc",
"effects_loader_v1_test_base.h",
"test_effects_v1.cc",
"test_effects_v1.h",
]
deps = [
"//src/media/audio/lib/effects_loader",
"//third_party/googletest:gtest",
]
}