blob: 47f13cc056f3cc3d32b19a9370f206bf2758f8d2 [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.
zx_test("vdso") {
sources = [
"vdso.cc",
]
deps = [
"$zx/system/ulib/elfload",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}