blob: 8fd62611cdf5cf0fa8625c1695e567b48e57d30a [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.
test("operation") {
sources = [
"operation-list-test.cpp",
"operation-pool-test.cpp",
"operation-queue-test.cpp",
"operation-test.cpp",
]
deps = [
"$zx/system/dev/lib/fake_ddk",
"$zx/system/dev/lib/operation",
"$zx/system/ulib/ddk",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zxcpp",
]
}