blob: a890ad7c4951707623bffb4f5e6eadd5a3b0cd1a [file] [log] [blame]
# Copyright 2021 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("cpp") {
testonly = true
sources = [
"lib.cc",
"lib.h",
]
public_deps = [
"//sdk/lib/driver_test_realm:realm_builder_version",
"//sdk/lib/sys/component/cpp/testing:cpp",
"//zircon/system/ulib/async-loop",
"//zircon/system/ulib/async-loop:async-loop-cpp",
]
}