blob: 5dbf144a842d1ab11c934fc8cd7fdbfbed3a04f4 [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("syscall-generation") {
sources = [ "syscall-generation.cc" ]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zxtest",
]
}