| # 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. |
| |
| zx_test("dlfcn") { |
| sources = [ |
| "dlfcn.c", |
| ] |
| deps = [ |
| "$zx/system/ulib/async", |
| "$zx/system/ulib/async:async-default", |
| "$zx/system/ulib/async-loop", |
| "$zx/system/ulib/async-loop:async-loop-default.static", |
| "$zx/system/ulib/elfload", |
| "$zx/system/ulib/fdio", |
| "$zx/system/ulib/ldmsg", |
| "$zx/system/ulib/loader-service", |
| "$zx/system/ulib/unittest", |
| "$zx/system/ulib/zircon", |
| ] |
| } |