| # 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", | |
| ] | |
| } |