blob: c9a5e3d57a14b3018bf7c56b4034a5cea78c8fa7 [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.
source_set("syscall-generation") {
testonly = true
sources = [ "syscall-generation.cc" ]
deps = [
"//sdk/lib/fdio",
"//sdk/lib/stdcompat",
"//zircon/system/ulib/zxtest",
]
}