blob: f1dc37e184e5d36d5565c428f97578edf3dd89e9 [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.
group("lib") {
testonly = true
deps = [
"ffmpeg",
"mpsc_queue",
]
}
group("tests") {
testonly = true
deps = [
"mpsc_queue:tests",
]
}