blob: a3ee099ee0585420e1d4c3272db81d21c09220ca [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("dlfcn") {
sources = [
"dlfcn.c",
]
deps = [
"$zx/system/ulib/async",
"$zx/system/ulib/async:async-default",
"$zx/system/ulib/async-loop",
"$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",
]
}